Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "net-ipc", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Simple message based IPC client/server providing bi-directional communication over sockets and TCP. Supports one-way messages, promise-based request-response, survey, broadcast and zlib-stream compression", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -53,2 +53,5 @@ "use strict"; | ||
} | ||
if(this._closed) { | ||
this._closed = false; | ||
} | ||
this._promise = { | ||
@@ -55,0 +58,0 @@ resolve: ok, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
65715
1137