Subject: | Respect channelMax |
Date: | Sun, 3 Aug 2014 12:31:00 +0200 |
To: | bug-AnyEvent-RabbitMQ [...] rt.cpan.org |
From: | Carl Hörberg <carl [...] cloudamqp.com> |
Starting with RabbitMQ 3.3.5 the server will disconnect connections that don't respect the channelMax connection tune property.
More details: https://groups.google.com/forum/#!topic/rabbitmq-users/Q6TBGjqEBpQ
It looks like this lib correctly supports channelMax, but the uint16 is overflowing here:
https://metacpan.org/source/BOBTFISH/AnyEvent-RabbitMQ-1.17/lib/AnyEvent/RabbitMQ.pm#L47
subtract one and you should be good.