We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5560680 commit 76f7622Copy full SHA for 76f7622
init.js
@@ -159,7 +159,7 @@ require.cache[SHMPath].exports = class WebSocketManager extends SHM {
159
}
160
161
// If we have multiple shards add a 5s delay if identifying or no delay if resuming
162
- if (this.shardQueue.size && Object.keys(this._hotreload).length) {
+ if (this.shardQueue.size && this.shards.last().closeSequence) {
163
this.debug(`Shard Queue Size: ${this.shardQueue.size} with sessions; continuing immediately`);
164
return this.createShards();
165
} else if (this.shardQueue.size) {
0 commit comments