lib/amq/client/async/channel.rb in amq-client-1.0.0 vs lib/amq/client/async/channel.rb in amq-client-1.0.1

- old
+ new

@@ -413,11 +413,9 @@ def handle_close(channel_close) self.status = :closed self.connection.clear_frames_on(self.id) self.exec_callback_yielding_self(:error, channel_close) - - self.handle_connection_interruption(channel_close) end self.handle(Protocol::Channel::OpenOk) do |connection, frame|