Skip to main content
Version: v0.0.7

Type Alias: ConnectionState

ConnectionState = "CONNECTING" | "CONNECTED" | "DRAINING" | "RECONNECTING" | "DISCONNECTED" | "CLOSED"

The 6 connection states.

Transitions are validated against the legal-transition edge graph. Illegal transitions are silently ignored to preserve FSM integrity.