You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Post the 0.9.3 build q.del() and q.msg_reserve() methods are failing with
"callback was already called" error.
The source code shows the following line ( which was added for making callback optional) return typeof cb === "function" ? cb(cb(error, body)) : void 0;
This seems to be causing the issue as the callback is being called twice.
The text was updated successfully, but these errors were encountered:
qwikcilver
pushed a commit
to qwikcilver/iron_mq_node
that referenced
this issue
Apr 15, 2019
Post the 0.9.3 build q.del() and q.msg_reserve() methods are failing with
"callback was already called" error.
The source code shows the following line ( which was added for making callback optional)
return typeof cb === "function" ? cb(cb(error, body)) : void 0;
This seems to be causing the issue as the callback is being called twice.
The text was updated successfully, but these errors were encountered: