Skip Menu |

This queue is for tickets about the AnyEvent-RabbitMQ CPAN distribution.

Report information
The Basics
Id: 84222
Status: resolved
Priority: 0/
Queue: AnyEvent-RabbitMQ

People
Owner: bobtfish [...] bobtfish.net
Requestors: stuckdownawell [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.11
Fixed in: (no value)



Hi, The code handling Heartbeat frames in sub _read_loop is stopping the readloop. When a heartbeat frame is received, the sub returns instead of gotoing, thus stopping the wait for a frame. AnyEvent::RabbitMQ line 193 I believe the code should @_ = ($self, $close_cb, $failure_cb,); goto &_read_loop; or similar Thanks in advance Alex
Hi, That looks sensible to me. I am testing that and a little clean up now.
Hiya. I've taken your patch with Dave's modifications, and it's present in the latest release. Thanks!