module Faye::WebSocket::Adapter

def socket_connection?

def socket_connection?
  websocket? or eventsource?
end