elasticio / sailor-nodejs

The official elastic.io library for bootstrapping and executing for Node.js connectors.
4 stars 4 forks source link

Fixed unstable test + print warning if consumer cancelled #196

Closed PaulAnnekov closed 2 years ago

PaulAnnekov commented 2 years ago

Currently IDK what to do in case queue consumer cancelled. If during channel close consumer cancel message can arrive, then we should do anything, because on channel close we recreate it. But if channel will stay as is, then we will just stuck and stop accepting new messages.