# File lib/em-websocket/connection.rb, line 235
      def state
        @handler ? @handler.state : :handshake
      end