bugfix
This commit is contained in:
parent
dd199f0bc0
commit
834993d0d8
@ -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(){
|
||||
|
Loading…
Reference in New Issue
Block a user