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:
parent
0b7452abd8
commit
bea2e83de9
5 changed files with 2082 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue