postwait / node-amqp

[UNMAINTAINED] node-amqp is an AMQP client for nodejs
MIT License
1.69k stars 357 forks source link

Since deliveryTag became a buffer publish acknowledgements from exchanges... #213

Closed StuartHarris closed 11 years ago

StuartHarris commented 11 years ago

... opened with confirm=true were not being recognised. Pull request #206, which has been accepted, only addressed 1 of the 3 scenarios required. This commit addresses the other 2 scenarios which were originally still trying to compare an integer with a buffer.