Net-Async-AMQP
view release on metacpan or search on metacpan
to message/description
Bugs fixed:
* On connection close, do a better job of cleaning up, and include a test
to verify that we can dispose the Net::Async::AMQP instance after loop removal
(thanks to snappy for reporting + providing a test case for tracing).
0.028 2015-04-15 23:31:34+01:00 Europe/London
Features:
* Supports messages which have been split into multiple frames - currently
there's no streaming support, but this should now handle arbitrarily-large
messages as long as you have the memory available.
Bugs fixed:
* Better channel close detection and handling - we now also record when
a ::Channel instance has been closed, so we know to report an error if any
further requests are attempted.
Internal API changes:
* ->send_frame on Net::Async::AMQP and Net::Async::AMQP::Channel now return
a Future instead of $self, since parts of the code need to know when we've
( run in 0.553 second using v1.01-cache-2.11-cpan-4d50c553e7e )