Module: Bunny::Channel::RabbitExtensions
- Included in:
- Bunny::Channel
- Defined in:
- lib/rabbit/extensions/bunny/channel.rb
Instance Method Summary collapse
Instance Method Details
#handle_basic_return ⇒ Object
7 8 9 10 |
# File 'lib/rabbit/extensions/bunny/channel.rb', line 7 def handle_basic_return(*) @unconfirmed_set_mutex.synchronize { @only_acks_received = false } # fails confirm_select super end |