Comparing version 0.9.8 to 0.9.9
{ | ||
"name": "curvecp", | ||
"version": "0.9.8", | ||
"version": "0.9.9", | ||
"description": "Pure javascript CurveCP library", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -85,3 +85,5 @@ var Chicago = require('./chicago.js') | ||
_.forEach(this._writeRequests, function (request) { | ||
request.callback(new Error('Underlying stream does not respond anymore')) | ||
setImmediate(function () { | ||
request.callback(new Error('Underlying stream does not respond anymore')) | ||
}) | ||
}) | ||
@@ -88,0 +90,0 @@ this._writeRequests = [] |
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
67835
1659