Antti / rust-amqp

AMQP client in pure rust. Corresponds to rabbitmq spec.
MIT License
249 stars 45 forks source link

Log frame payload on dropped frames from channel 0 #62

Closed grahamc closed 6 years ago

grahamc commented 6 years ago

Once the reading loop has begun, messages to channel 0 are effectively ignored. Sometimes they contain important information, though, and not knowing they're being dropped can cause trouble when debugging other issues.

grahamc commented 6 years ago

Unfortunately this is a bit ugly since it also warns about the first few messages to chan0 which are not ignored.