Exception: Supabase::Realtime::Errors::AlreadyJoinedError

Inherits:
RealtimeError
  • Object
show all
Defined in:
lib/supabase/realtime/errors.rb

Overview

Raised when subscribe() is called more than once on the same Channel instance — the Phoenix protocol only allows one join per channel.