amqp-as-promised
Advanced tools
Comparing version 0.3.3 to 0.3.4
@@ -55,3 +55,3 @@ // Generated by CoffeeScript 1.7.1 | ||
} | ||
return handler(msg, headers).then(function(res) { | ||
return Q.when(handler(msg, headers)).then(function(res) { | ||
return exchange.publish(info.replyTo, res, opts); | ||
@@ -58,0 +58,0 @@ }).fail(function(err) { |
{ | ||
"name": "amqp-as-promised", | ||
"description": "A promise-based AMQP API build on node-amqp", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
64723