RabbitFoot
RabbitFoot copied to clipboard
An asynchronous and multi channel Perl AMQP client. It uses Coro and AnyEvent::RabbitMQ.
After consuming a message from the first connection, I'm trying to create a new connection to a second RabbitMQ server in the callback and it hangs when calling Net::RabbitFoot->new()->load_xml_spec()->connect(); The...
The calls to ->close(shift) are doing the wrong thing now that they're inside an idle callback. This patch should fix that.
This will solve the failing tests when installing: ``` # Failed test 'use Net::RabbitFoot::Cmd::Command::declare_queue;' # at t/00_compile.t line 11. # Tried to use 'Net::RabbitFoot::Cmd::Command::declare_queue'. # Error: Can't locate MooseX/Getopt.pm in...