Comparing version 2.5.0 to 2.5.1
@@ -0,1 +1,6 @@ | ||
2.5.1 / 2013-08-28 | ||
================== | ||
* Regression fix for IPC socket bind failure [christopherobin] | ||
2.5.0 / 2013-08-20 | ||
@@ -2,0 +7,0 @@ ================== |
@@ -154,3 +154,3 @@ /** | ||
this._zmq = new zmq.Socket(defaultContext(), types[type]); | ||
this._zmq.onReady = this._flush.bind(this); | ||
this._zmq.onReady = setImmediate.bind(null, this._flush.bind(this)); | ||
this._outgoing = []; | ||
@@ -157,0 +157,0 @@ this._shouldFlush = true; |
{ | ||
"name": "zmq", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"description": "Bindings for node.js to zeromq", | ||
@@ -5,0 +5,0 @@ "main": "index", |
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
831576