class ActionCable::Connection::WebSocket

def alive?

def alive?
  websocket && websocket.alive?
end