mateodelnorte / servicebus

Simple service bus for sending events between processes using amqp.
MIT License
420 stars 66 forks source link

Fix unsubscribe callback #75

Closed baranga closed 8 years ago

baranga commented 8 years ago

Currently callback passed to unsubscribe gets never called.

baranga commented 8 years ago

Added check for callback present as it's not checked right now (63920d2).

mateodelnorte commented 8 years ago

Thanks!

mateodelnorte commented 8 years ago

published to servicebus@2.0.4