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:
parent
d780efd219
commit
e508687e96
20 changed files with 44 additions and 6 deletions
|
@ -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 });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue