mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-10-29 23:35:02 -04:00
finally fix pong reply after 5 years
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
parent
b515576317
commit
97f61b3562
@ -6602,7 +6602,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
|
||||
obj.send({ action: 'meshes', meshes: parent.GetAllMeshWithRights(user).map(parent.CloneSafeMesh), tag: command.tag });
|
||||
}
|
||||
|
||||
function serverCommandPing(command) { try { ws.send('{action:"pong"}'); } catch (ex) { } }
|
||||
function serverCommandPing(command) { try { ws.send('{"action":"pong"}'); } catch (ex) { } }
|
||||
function serverCommandPong(command) { } // NOP
|
||||
|
||||
function serverCommandPowerTimeline(command) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user