Comparing version 0.8.5 to 0.8.6
@@ -112,3 +112,3 @@ // Open Source Initiative OSI - The MIT License (MIT):Licensing | ||
//won't know how to route it | ||
if(event.name != "OK" && event.name != "STREAM_DONE" && self._inBuffer.getCapacity() < self._inBuffer.length() / 2) { | ||
if(event.name === "STREAM" && self._inBuffer.getCapacity() < self._capacity / 2) { | ||
self._resetCapacity(); | ||
@@ -115,0 +115,0 @@ } |
{ | ||
"name": "zerorpc", | ||
"version": "0.8.5", | ||
"version": "0.8.6", | ||
"main": "./index.js", | ||
@@ -5,0 +5,0 @@ "author": "dotCloud <opensource@dotcloud.com>", |
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
50136