rsiewert / Nodes-Talking

a nodejs app sending/receiving to rabbitmq
Apache License 2.0
1 stars 1 forks source link

Fix for missing exchange creation on consume #17

Closed xqjibz closed 9 years ago

xqjibz commented 9 years ago

This appears to be the only place where this was an issue, the promises are all different, we were overwriting the promises for each subsequent call.

rsiewert commented 9 years ago

Thx Bob