amqp v0.15.0 Release Notes

Release Date: 2017-05-17 // almost 7 years ago
    • 👻 The way channels are closed internally was changed. This may affect you if you have installed an exception handler inside the callback passed to consumeMsgs. Specifically, the exceptions used internally to close channels are now wrapped inside ChanThreadKilledException. You should make sure to re-throw this exception if you did catch it.