rabbitmq / rabbitmq-stomp

RabbitMQ STOMP plugin
https://www.rabbitmq.com/stomp.html
Other
49 stars 28 forks source link

Handle channel errors in stomp_reader #77

Closed hairyhum closed 8 years ago

hairyhum commented 8 years ago

Fixes #76 Handle channel {server_initiated_close, Code, Explanation} errors same way as connection errors.

michaelklishin commented 8 years ago

It works as expected. We're looking into adding a couple of integration tests now.