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

Meta

Since

2.50