class AnyCable::RPC::Handler

def supported?(cmd)

def supported?(cmd)
  %i[connect disconnect command].include?(cmd)
end