We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is admittedly something of an edge case, but caused issues in the unit tests for our subclass of Bunny::Consumer.
Minimal reproduction: Bunny::Consumer.new(Bunny.new(...).create_channel, "hello").cancel
Bunny::Consumer.new(Bunny.new(...).create_channel, "hello").cancel
The text was updated successfully, but these errors were encountered:
24c2358
ConsumerWorkPool: don't wait for consumer shutdown if the pool isn't …
f9fdb80
…active Fixes #438.
@chav02 can you please try the tip of 2.6.x-stable or master (they are identical a.t.m.)?
2.6.x-stable
master
Sorry, something went wrong.
@michaelklishin Tested with master, the issues we had are indeed fixed.
2.6.1 includes this ;)
2.6.1
michaelklishin
No branches or pull requests
This is admittedly something of an edge case, but caused issues in the unit tests for our subclass of Bunny::Consumer.
Minimal reproduction:
Bunny::Consumer.new(Bunny.new(...).create_channel, "hello").cancel
The text was updated successfully, but these errors were encountered: