1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Add AMT stack and disable _socket debug on apfserver.js

This commit is contained in:
jsastriawan 2019-09-19 12:25:13 -07:00
parent 0b7452abd8
commit bea2e83de9
5 changed files with 2082 additions and 1 deletions

View file

@ -140,7 +140,7 @@ module.exports.CreateApfServer = function (parent, db, args) {
parent.debug('apf',"WS Extensions:"+socket.extensions);
parent.debug('apf',"WS Binary type:"+socket.binaryType);
socket._socket.on('data', function(chunk) { console.log(chunk.toString('hex'))});
//socket._socket.on('data', function(chunk) { console.log(chunk.toString('hex'))});
// Setup the APF keep alive timer
// Websocket does not have timout