@intuned/runtime-dev 1.3.24-pipe.8 → 1.3.24-pipe.9
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.
|
@@ -451,7 +451,6 @@ var require_interfaceClient = __commonJS({
|
|
|
451
451
|
console.log(`[${process.pid}] Socket receive end result: ${receiveEndResult}`);
|
|
452
452
|
if (receiveEndResult === "end") {
|
|
453
453
|
console.log(`[${process.pid}] Socket ended gracefully`);
|
|
454
|
-
await (0, util_1.promisify)((cb) => this.socket.end(cb))();
|
|
455
454
|
return;
|
|
456
455
|
}
|
|
457
456
|
console.log(`[${process.pid}] Socket did not end gracefully, destroying socket`);
|