forked from lavender/watch-party
oh no aaaa
parent
1bf13d9776
commit
fb136a1899
|
@ -11,6 +11,7 @@ export default class ReconnectingWebSocket {
|
||||||
this._lastConnect = 0;
|
this._lastConnect = 0;
|
||||||
this._socket = null;
|
this._socket = null;
|
||||||
this._unsent = [];
|
this._unsent = [];
|
||||||
|
this._connect(true);
|
||||||
}
|
}
|
||||||
_connect(first) {
|
_connect(first) {
|
||||||
if (this._socket)
|
if (this._socket)
|
||||||
|
|
Loading…
Reference in New Issue