WebSocket G APIs
- Updated2023-02-17
- 1 minute(s) read
WebSocket G APIs
Manage connections to WebSocket servers and send and receive byte array or string data.
Creates a WebSocket connection using the specified URL.
Closes the WebSocket session and disposes of any unread messages.
Returns the next available message. If no message is available, the node waits for either a new message or for the specified timeout to elapse.
Returns the next available message. If no message is available, the node waits for either a new message or for the specified timeout to elapse.
Sends the specified message via the WebSocket session.
Sends the specified message via the WebSocket session.