Comparing version 3.9.0 to 3.9.1
@@ -345,3 +345,3 @@ const b4a = require('b4a') | ||
isIdle () { | ||
return this._local.length === 0 | ||
return this._local.length === this._free.length | ||
} | ||
@@ -348,0 +348,0 @@ |
{ | ||
"name": "protomux", | ||
"version": "3.9.0", | ||
"version": "3.9.1", | ||
"description": "Multiplex multiple message oriented protocols over a stream", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
24607