AnyEvent-RabbitMQ icon indicating copy to clipboard operation
AnyEvent-RabbitMQ copied to clipboard

An asynchronous and multi channel Perl AMQP client.

Results 5 AnyEvent-RabbitMQ issues
Sort by recently updated
recently updated
newest added

When you supply a wrong username or password, the connection error doesn't make it obvious that it's an authentication problem. Currently I have to look into the RabbitMQ logs to...

Hiya Turns out the entire contents of every message you get (+ some more) is leaked. The change here fixes this by removing the circular ref.

``` [root@docker ~]# docker run -ti centos:7 bash [root@be9218c3e126 /]# yum -y install git "perl(Module::Install)" > /dev/null 2>&1 [root@be9218c3e126 /]# git clone https://github.com/cooldaemon/AnyEvent-RabbitMQ.git > /dev/null 2>&1 [root@be9218c3e126 /]# cd AnyEvent-RabbitMQ...

Note: this pull request already include bugfixes from bobtfish and clintongormley. - Stop leaking memory. - Performance optimizations for publish. - Defer finding the path of the included spec file....

Hiya I opened this on rt.cpan a while ago, but I see it hasn't been merged, and rt.cpan seems to be down now. If a single channel is subscribed to...