The flag to enable or prevent automatic join to channels already subscribed in case of websocket reconnection. When websocket is disconnected, it automatically leaves subscribed channels. This parameter helps re-joining to already joined channels when the connection is restored.
By default, any event emitted while the realtime socket is not connected will be buffered until reconnection. You can turn on/off the message buffering using this parameter.
The flag to enable or prevent realtime messages originating from this connection being echoed back on the same connection.
The initial delay before realtime reconnection in milliseconds.
The timeout in milliseconds for each realtime connection attempt.
Generated using TypeDoc
The options that can be passed to the client instance realtime module
RealtimeOptions