Status: "initializing" | "connecting" | "connected" | "linking" | "linked" | "unlinking" | "closing" | "closed"

Status of a client.

Description

initializing: The client is initializing, but is not yet connected. This allows you to configure callbacks for the client before it connects.

Description

connecting: The connect method of the client has been invoked, but the server is not yet listening.

Description

connected: The client is connected to the server and ready to link to a user.

Description

linking: The client is in the process of linking to a user.

Description

linked: The client is linked to a user and is ready to send and receive messages. This is the normal state the client should be in during normal use.

Description

unlinking: The client is in the process of unlinking from a user.

Description

closing: The client is in the process of leaving or disconnecting from the server.

Description

closed: The client has closed its connection to the server.