# File lib/amqp/channel.rb, line 1129
    def handle_close_ok(method)
      super(method)
      self.class.release_channel_id(@id)
    end