Module: Supabase::Realtime::Types::AckStatus
- Defined in:
- lib/supabase/realtime/types.rb
Overview
Server replies to a phx_join push with one of these statuses.
Constant Summary collapse
- OK =
"ok"- ERROR =
"error"- TIMEOUT =
"timeout"
Server replies to a phx_join push with one of these statuses.
"ok""error""timeout"