mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added full agent ping/pong support on RDP sessions.
This commit is contained in:
parent
4ce9e09e91
commit
93e8f2cdcf
2 changed files with 177 additions and 152 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue