SoupWebsocketState

The state of the WebSocket connection.

Values

ValueMeaning
Open1

the connection is ready to send messages

Closing2

the connection is in the process of closing down; messages may be received, but not sent

Closed3

the connection is completely closed down