Skip to content

Commit

Permalink
Fix bug when reconnecting
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmi committed Jan 27, 2023
1 parent 4f7b41b commit 3b3a2be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class Wire {
() => {
this._socket.off(`${this.room}.isMaster`);
this._socket.off(`${this.room}.roomJoined`);
this._socket.off(`${this.room}._call`);
},
];
this._left = false;
Expand Down

0 comments on commit 3b3a2be

Please sign in to comment.