@intuned/runtime-dev 1.3.24-pipe.2 → 1.3.24-pipe.4
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,8 +408,7 @@ var require_interfaceClient = __commonJS({
|
|
|
408
408
|
}
|
|
409
409
|
}
|
|
410
410
|
async close() {
|
|
411
|
-
this.socket.end();
|
|
412
|
-
this.socket.destroy();
|
|
411
|
+
await (0, util_1.promisify)(this.socket.end)().catch(() => void 0);
|
|
413
412
|
}
|
|
414
413
|
get closed() {
|
|
415
414
|
return this.socket.closed;
|