bugfix
This commit is contained in:
parent
ac8d773579
commit
d78f62604a
@ -81,7 +81,8 @@ bricks.Signaling = class {
|
||||
if (!k){
|
||||
throw 'recvdata_handler() exception(' + sessiontype + ')';
|
||||
}
|
||||
var handler = new k(this, data.session, this.connect_opts);
|
||||
var h = new k(this, data.session, this.connect_opts);
|
||||
handler = h.recvdata_handler.bind(h);
|
||||
}
|
||||
await handler(data);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user