diff --git a/frontend/lib/reconnecting-web-socket.mjs b/frontend/lib/reconnecting-web-socket.mjs index 88b733c..563473d 100644 --- a/frontend/lib/reconnecting-web-socket.mjs +++ b/frontend/lib/reconnecting-web-socket.mjs @@ -11,6 +11,7 @@ export default class ReconnectingWebSocket { this._lastConnect = 0; this._socket = null; this._unsent = []; + this._connect(true); } _connect(first) { if (this._socket)