arobson / rabbot

Deprecated: Please see https://github.com/Foo-Foo-MQ/foo-foo-mq
MIT License
276 stars 129 forks source link

Question: is message.ack() a Promise? is it async IO with a callback? or is that happening in sync space #153

Open alonisser opened 6 years ago

alonisser commented 6 years ago

Following amqplib docs seems to imply that there is no Promise/callback with ack. is it true also for the rabbot abstraction?