Module: Supabase::Realtime::Types

Defined in:
lib/supabase/realtime/types.rb

Defined Under Namespace

Modules: AckStatus, ChannelEvents, ChannelStates, PostgresChangesEvent, SubscribeStates

Constant Summary collapse

VSN =

Phoenix protocol version this client speaks. Matches supabase-py.

"1.0.0"
DEFAULT_TIMEOUT_SECONDS =
10
DEFAULT_HEARTBEAT_INTERVAL_SECONDS =
25
PHOENIX_TOPIC =

The special topic the Phoenix server uses for heartbeats and connection-level control messages.

"phoenix"