gearman-node-bda
Advanced tools
Comparing version 0.9.4 to 0.9.5
@@ -339,4 +339,5 @@ // Copyright 2013 The GearmaNode Library Authors. All Rights Reserved. | ||
var self = this; | ||
var nextChunk = new Buffer(chunk.slice(responseLength)); | ||
process.nextTick(function() { | ||
self._processData(new Buffer(chunk.slice(responseLength))); | ||
self._processData(nextChunk); | ||
}); | ||
@@ -343,0 +344,0 @@ chunk = chunk.slice(0, responseLength); |
{ | ||
"name": "gearman-node-bda", | ||
"version": "0.9.4", | ||
"version": "0.9.5", | ||
"description": "Node.js library for the Gearman distributed job system with support for multiple servers", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
108546
1874