arloliu / fastmq

High performance message broker implementation for node.js with multiple network transports support.
MIT License
40 stars 6 forks source link

Callback methods from any subscriber are short-lived #3

Closed ceddybi closed 4 years ago

ceddybi commented 4 years ago

Thank you for the great tool, while I was using it, subscriber callbacks do not run anything

You can run anything in the subscribe callback as long as it's not another callback, which looks buggy to me, as callbacks can have anything really. 😞

ceddybi commented 4 years ago

@arloliu nothing is wrong with your lib 😅

It appears i had a bug in my code, thank you