Enumeration WebsocketStatuses

The different states that a PhoenixWebsocket's connection can be in.

Enumeration Members

Connected: 1

Successfully connected.

Disconnected: 0

Not connected, either because you haven't attempted to connect yet, are in the process of connecting, or have been disconnected.

Disconnecting: 2

In the process of disconnecting.

Reconnecting: 3

Unexpectedly disconnected and attempting to automatically reconnect.

Generated using TypeDoc