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

Updated MeshAgents, all except FreeBSD and MacOS.

This commit is contained in:
Ylian Saint-Hilaire 2020-01-30 14:31:32 -08:00
parent d780efd219
commit e508687e96
20 changed files with 44 additions and 6 deletions

View file

@ -1165,7 +1165,6 @@ function createMeshCore(agent) {
this.httprequest._dispatcher.ws = this;
this.httprequest._dispatcher.on('connection', function (c)
{
console.log('client connected');
this.ws._term = c;
c.pipe(this.ws, { dataTypeSkip: 1 });
this.ws.pipe(c, { dataTypeSkip: 1 });