Exception: Supabase::Realtime::Errors::AlreadyJoinedError
- Inherits:
-
RealtimeError
- Object
- StandardError
- RealtimeError
- Supabase::Realtime::Errors::AlreadyJoinedError
- 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.