Enumeration ReadyState

State of the Connected to the Server

These are the states that are used to track the connecting to the server side and also during the auto-reconnect phase.

1.0.0

Enumeration Members

Enumeration Members

CLOSED

The client connection is closed.

CLOSING

The client is closing the connection by force or by timeout

CONNECTED

The client is connected to the server.

CONNECTING

The client is trying to connect to the server.

OPEN

The client is open, but not yet trying to connect to the server.