Closed shernshiou closed 10 years ago
Tested using following code
connection.on('ready', function () {
connection.exchange(exchange_name, { type: 'topic' }, function (exchange) {
//Not firing here
});
});
please add the test to this PR.
I can't repeat this. Please resubmit with a test case that fails prior to your change and succeeds afterward your change.
I found there is an error where exchange is not calling back after updated to postwait/node-amqp@7c245205646330427b43415556eec4b7697df74e
Therefore I revert line 18 to previous version.