Removed socket crash
This commit is contained in:
parent
b7aa33dd0c
commit
f41a24f8f2
@ -58,8 +58,6 @@ class Session extends EventEmitter {
|
||||
super();
|
||||
this.socket = io(process.env.REACT_APP_BROKER_URL);
|
||||
|
||||
this.socket.emit("join party", null, null);
|
||||
|
||||
this.socket.on(
|
||||
"party member joined",
|
||||
this._handlePartyMemberJoined.bind(this)
|
||||
|
Loading…
Reference in New Issue
Block a user