Updated Windows Agents.

This commit is contained in:
Ylian Saint-Hilaire 2020-04-23 10:46:19 -07:00
parent ba9b124668
commit 99c297689b
8 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -72,7 +72,7 @@ var CreateAgentRedirect = function (meshserver, module, serverPublicNamePort, au
//console.log(controlMsg);
if ((typeof args != 'undefined') && args.redirtrace) { console.log('RedirRecv', controlMsg); }
if (controlMsg.type == 'console') {
setConsoleMessage(controlMsg.msg);
obj.setConsoleMessage(controlMsg.msg);
} else if ((controlMsg.type == 'rtt') && (typeof controlMsg.time == 'number')) {
obj.latency.current = (new Date().getTime()) - controlMsg.time;
if (obj.latency.callbacks != null) { obj.latency.callback(obj.latency.current); }

View File

@ -29805,4 +29805,4 @@
]
}
]
}
}