Skip to content

Commit 34277c5

Browse files
committed
fix the case reconnection doesn't work
1 parent cfa2d5b commit 34277c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/io/socket/client/Manager.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,7 @@ private void cleanup() {
463463
this.cleanup();
464464
}
465465
this.skipReconnect = true;
466+
this.reconnecting = false;
466467
this.backoff.reset();
467468
this.readyState = ReadyState.CLOSED;
468469
if (this.engine != null) {

0 commit comments

Comments
 (0)