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