# File lib/em-websocket/handler.rb, line 15
      def run
        @connection.send_data handshake
        @state = :connected
        @connection.trigger_on_open
      end