You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.
Hi!
I found little bug in your examples (and maybe on library): if you send wrong "queue" parameter in channel.Consume, then you can't return error from function.
Hi!
I found little bug in your examples (and maybe on library): if you send wrong "queue" parameter in channel.Consume, then you can't return error from function.
For example - https://github.com/NeowayLabs/wabbit/blob/master/_examples/simple-consumer/exchange.go
Replace "queue.Name()" to some "foobar" in string 129 and Consume return error "Unknown queue", but your example will never return it, because in string 139 program will not responding.
P.S. I test it with wabbit/amqptest/server
The text was updated successfully, but these errors were encountered: