# File lib/amq/client/async/adapters/event_machine.rb, line 333
        def connection_successful
          @authenticating = false
          opened!

          @connection_deferrable.succeed
        end