mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Updated MeshCommander and fixes to message dispatch.
This commit is contained in:
parent
5e010273e3
commit
abe8e97f24
6 changed files with 911 additions and 909 deletions
|
@ -261,7 +261,7 @@ var CreateAmtRedirect = function (module, authCookie) {
|
|||
if (obj.debugmode == 1) { console.log('Send', x); }
|
||||
var b = new Uint8Array(x.length);
|
||||
for (var i = 0; i < x.length; ++i) { b[i] = x.charCodeAt(i); }
|
||||
obj.socket.send(b.buffer);
|
||||
try { obj.socket.send(b.buffer); } catch (ex) { }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue