fix the case reconnection doesn't work
This commit is contained in:
@@ -463,6 +463,7 @@ public class Manager extends Emitter {
|
||||
this.cleanup();
|
||||
}
|
||||
this.skipReconnect = true;
|
||||
this.reconnecting = false;
|
||||
this.backoff.reset();
|
||||
this.readyState = ReadyState.CLOSED;
|
||||
if (this.engine != null) {
|
||||
|
||||
Reference in New Issue
Block a user