@intuned/runtime-dev 1.3.24-pipe.4 → 1.3.24-pipe.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -408,7 +408,8 @@ var require_interfaceClient = __commonJS({
408
408
  }
409
409
  }
410
410
  async close() {
411
- await (0, util_1.promisify)(this.socket.end)().catch(() => void 0);
411
+ await (0, util_1.promisify)((cb) => this.socket.end(cb))();
412
+ this.socket.destroy();
412
413
  }
413
414
  get closed() {
414
415
  return this.socket.closed;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intuned/runtime-dev",
3
- "version": "1.3.24-pipe.4",
3
+ "version": "1.3.24-pipe.6",
4
4
  "description": "Intuned runtime",
5
5
  "packageManager": "yarn@4.12.0",
6
6
  "main": "./dist/index.js",