This commit is contained in:
Noah Zalev 2022-01-08 14:01:37 -05:00
parent 3662a3c229
commit 965c9de165

View File

@ -60,7 +60,7 @@ module.exports.CreateMeshAgent = function (parent, db, ws, req, args, domain) {
if ((arg == 1) || (arg == null)) { try { ws.close(); if (obj.nodeid != null) { parent.parent.debug('agent', 'Soft disconnect ' + obj.nodeid + ' (' + obj.remoteaddrport + ')'); } } catch (e) { console.log(e); } } // Soft close, close the websocket if ((arg == 1) || (arg == null)) { try { ws.close(); if (obj.nodeid != null) { parent.parent.debug('agent', 'Soft disconnect ' + obj.nodeid + ' (' + obj.remoteaddrport + ')'); } } catch (e) { console.log(e); } } // Soft close, close the websocket
if (arg == 2) { if (arg == 2) {
try { try {
if (ws._socket.parent != null) if (ws._socket._parent != null)
ws._socket._parent.end(); ws._socket._parent.end();
else else
ws._socket.end(); ws._socket.end();