fix: don't process socket.connect() if we are already re-connecting (#577)
This commit is contained in:
@@ -191,6 +191,10 @@ public class Manager extends Emitter {
|
||||
return this;
|
||||
}
|
||||
|
||||
public boolean isReconnecting() {
|
||||
return reconnecting;
|
||||
}
|
||||
|
||||
public int reconnectionAttempts() {
|
||||
return this._reconnectionAttempts;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user