1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-16 00:03:45 +00:00

Updated project files, and fixed compiler warnings

This commit is contained in:
Bryan Roe
2020-05-28 00:54:30 -07:00
parent 72baa548fa
commit 3824ef638c
10 changed files with 15 additions and 1350 deletions

View File

@@ -563,6 +563,7 @@ function heci_create()
if (this._descriptor == null) { return; }
require('fs').read(this._descriptor, { metadata: 'heci.session', buffer: this._readbuffer, session: this }, this._processRead_readSet_sink);
};
ret.once('~', function () { this.disconnect(); });
return (ret);
}