cloudamqp / amqp-client.cr

An AMQP 0-9-1 client for Crystal
https://cloudamqp.github.io/amqp-client.cr/
MIT License
69 stars 10 forks source link

Fix Channel#basic_get not raising ClosedException #29

Closed jage closed 2 years ago

jage commented 2 years ago

Introduced in d2d9fd50d57720753e996bcc11e131100c0bc0d6

v1.0.4 contains this bug, has .receive instead of .receive? which raises a Channel::ClosedError (Crystal Channel) which was fixed in 80ba77385e80d8582d0fefff65ae75e718e21bd9.

carlhoerberg commented 2 years ago

Thanks!