ReconnectionMode

Determines how a client should behave when the realtime connection is lost.

Inheritors

Types

Link copied to clipboard
data class Delayed(val delay: Duration) : ReconnectionMode
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun doReconnect(): Boolean