@beanstalk/core
Advanced tools
Comparing version 0.3.5 to 0.3.6
@@ -280,2 +280,7 @@ "use strict"; | ||
} | ||
else if (ctx.buf.length - ctx.offset === 2) { | ||
// resilience / dirty hack | ||
ctx.offset += 2; | ||
return true; | ||
} | ||
} | ||
@@ -282,0 +287,0 @@ } |
{ | ||
"name": "@beanstalk/core", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"description": "Yet another Beanstalkd client library", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/maxleiko/beanstalk-core", |
80329
2236