oh no aaaa

pull/8/head
easrng 2022-02-18 17:14:54 -05:00
parent c8ccb7afc4
commit 60672a04ef
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ export default class ReconnectingWebSocket {
this._lastConnect = 0;
this._socket = null;
this._unsent = [];
this._connect(true);
}
_connect(first) {
if (this._socket)