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