Enumeration ConnectionStatus

The different states that the connection can be in through its lifecycle.

Enumeration Members

Connected

The library is currently connected to Ably.

Connecting

The library is currently connecting to Ably.

Disconnected

The library is currently disconnected from Ably, but will attempt to reconnect.

Failed

The library is currently disconnected from Ably and will not attempt to reconnect.

Initialized

A temporary state for when the library is first initialized.

Suspended

The library is in an extended state of disconnection, but will attempt to reconnect.