bugfix
This commit is contained in:
parent
834993d0d8
commit
8d817a4dfc
@ -48,7 +48,6 @@ bricks.Signaling = class {
|
|||||||
console.log('error,', e);
|
console.log('error,', e);
|
||||||
}
|
}
|
||||||
this.init_websocket();
|
this.init_websocket();
|
||||||
};
|
|
||||||
}
|
}
|
||||||
async signaling_recvdata(event){
|
async signaling_recvdata(event){
|
||||||
var datapkg = JSON.parse(event.data);
|
var datapkg = JSON.parse(event.data);
|
||||||
|
Loading…
Reference in New Issue
Block a user