Antti / rust-amqp

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

number in front of field array is byte size, not number of elements #19

Closed davidszotten closed 9 years ago

davidszotten commented 9 years ago

number in front of field array is byte size, not number of elements

davidszotten commented 9 years ago

i guess this means the corresponding write might also be wrong

Antti commented 9 years ago

Thank you!