rabbitmq / rabbitmq-stomp

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

Client heartbeat timeouts handled incorrectly #63

Closed hairyhum closed 8 years ago

hairyhum commented 8 years ago

From this thread

client_timeout in rabbit_stomp_reader is handled with handle_info, while being sent with gen_server2:cast.

michaelklishin commented 8 years ago

Fixed in #65.