Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: chip [...] pobox.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 1.05
Fixed in: (no value)



Subject: Ensure closed channel properly fails pending requests
It's vital that on_failure or on_success callbacks are called for all pending requests. When a channel closes, this doesn't happen. The patches found in https://github.com/chipdude/AnyEvent-RabbitMQ Fix this. Feel free to clone my repo. :-) PS: My patches also fix the other reported issue when a closed channel incorrectly and futilely tries to cancel its consumes.
This is also resolved in your patchset, thanks :)