Module: Supabase::Realtime::Types::SubscribeStates
- Defined in:
- lib/supabase/realtime/types.rb
Overview
States passed to Channel#subscribe’s callback so callers know whether the join succeeded.
Constant Summary collapse
- SUBSCRIBED =
"SUBSCRIBED"- TIMED_OUT =
"TIMED_OUT"- CLOSED =
"CLOSED"- CHANNEL_ERROR =
"CHANNEL_ERROR"