bz-toggler

This commit is contained in:
STEINNI
2025-10-20 14:33:13 +00:00
parent d0ca65a435
commit 2ff7bf9b8a
11 changed files with 272 additions and 26 deletions
+1 -1
View File
@@ -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
}