Removed connected emit from socket reconnect
This commit is contained in:
parent
d159038a7f
commit
c741da6f0e
@ -258,7 +258,6 @@ class Session extends EventEmitter {
|
||||
}
|
||||
|
||||
_handleSocketReconnect() {
|
||||
this.emit("connected");
|
||||
console.log("SOCKET RECONNECT");
|
||||
if (this._partyId) {
|
||||
this.joinParty(this._partyId, this._password);
|
||||
|
Loading…
Reference in New Issue
Block a user