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