forked from FreakU/watch-party
oh no aaaa
This commit is contained in:
parent
c8ccb7afc4
commit
60672a04ef
|
@ -11,6 +11,7 @@ export default class ReconnectingWebSocket {
|
|||
this._lastConnect = 0;
|
||||
this._socket = null;
|
||||
this._unsent = [];
|
||||
this._connect(true);
|
||||
}
|
||||
_connect(first) {
|
||||
if (this._socket)
|
||||
|
|
Loading…
Reference in New Issue