seyfert 2.2.1-dev-12848723720.0 → 2.2.1-dev-12848936875.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -305,6 +305,9 @@ class Shard {
|
|
|
305
305
|
this.logger.warn(`${shared_1.ShardSocketCloseCodes[close.code] ?? types_1.GatewayCloseCodes[close.code] ?? close.code} (${close.code})`, close.reason);
|
|
306
306
|
switch (close.code) {
|
|
307
307
|
case shared_1.ShardSocketCloseCodes.Shutdown:
|
|
308
|
+
case shared_1.ShardSocketCloseCodes.Reconnect:
|
|
309
|
+
case shared_1.ShardSocketCloseCodes.Resharding:
|
|
310
|
+
case shared_1.ShardSocketCloseCodes.ShutdownAll:
|
|
308
311
|
//Force disconnect, ignore
|
|
309
312
|
break;
|
|
310
313
|
case 1000:
|