1 parent 98f8d2e commit 363f750Copy full SHA for 363f750
1 file changed
modules/xmpp/XmppConnection.ts
@@ -323,11 +323,6 @@ export default class XmppConnection extends Listenable {
323
*/
324
set shard(value: string) {
325
this._options.shard = value;
326
-
327
- // shard setting changed so let's schedule a new keep-alive check if connected
328
- if (this._oneSuccessfulConnect) {
329
- this._maybeStartWSKeepAlive();
330
- }
331
}
332
333
/**
0 commit comments