# File lib/faye/websocket/adapter.rb, line 15
      def socket_connection?
        websocket? or eventsource?
      end