class ActionCable::Connection::ClientSocket

def receive_message(data)

def receive_message(data)
  return unless @ready_state == OPEN
  @event_target.on_message(data)
end