mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-08 21:24:53 -05:00
Added full agent ping/pong support on RDP sessions.
This commit is contained in:
@@ -83,6 +83,8 @@ var CreateRDPDesktop = function (canvasid) {
|
||||
obj.Stop();
|
||||
break;
|
||||
}
|
||||
case 'ping': { obj.socket.send('["pong"]'); break; }
|
||||
case 'pong': { break; }
|
||||
}
|
||||
} else {
|
||||
// This is binary bitmap data, store it.
|
||||
|
||||
Reference in New Issue
Block a user