This commit is contained in:
yumoqing 2024-10-09 15:36:14 +08:00
parent dd199f0bc0
commit 834993d0d8

View File

@ -39,8 +39,6 @@ bricks.Signaling = class {
this.socket.onmessage = this.signaling_recvdata.bind(this);
this.socket.onopen = this.login.bind(this);
this.socket.onclose = this.init_websocket.bind(this);
this.init_websockset();
};
this.socket.onerror = this.reconnect.bind(this);
}
reconnect(){