bz-toggler
This commit is contained in:
@@ -99,7 +99,7 @@ class MessageBusWorker {
|
||||
}
|
||||
|
||||
if((data.action=='PING') && this.keepAlive){ // Keep Alive is managed here
|
||||
this.clientActionDispatch({'action':'PONG'});
|
||||
this.clientActionDispatch({'action':'PONG', 'reqid':data.reqid});
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user