bugfix
This commit is contained in:
parent
fb50ebe6e3
commit
4e3a50f563
@ -37,8 +37,8 @@ bricks.Signaling = class {
|
|||||||
this.hb_task = null;
|
this.hb_task = null;
|
||||||
this.heartbeat_period = opts.heartbeat_period;
|
this.heartbeat_period = opts.heartbeat_period;
|
||||||
this.onclose = opts.onclose;
|
this.onclose = opts.onclose;
|
||||||
|
this.onlogin = opts.onlogin;
|
||||||
this.onopen = opts.onopen;
|
this.onopen = opts.onopen;
|
||||||
this.onpeers = opts.onpeers;
|
|
||||||
if (!this.heartbeat_period){
|
if (!this.heartbeat_period){
|
||||||
this.heartbeat_period = 0;
|
this.heartbeat_period = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user