squaremo/rabbit.js

npmjs.org 0.4.1 version of rabbit.js mismatches what's on github as 0.4.1

Closed this issue ยท 2 comments

if you diff the two lib/socket.js files, you'll see some differences; mainly WorkerSocket.prototype.requeue and WorkerSocket.prototype.discard are the methods i'm needing. ๐Ÿ™

Solution: another minor bump to publish to npm registry? 0.4.2?

Ah yes, I can do another release! One sec ..

Since you asked nicely, v0.4.2 is up on npmjs.org. It has TASK and WORKER sockets, with #requeue and #discard on the latter.