Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ProtoFlux:WebsocketTextMessageSender

From Resonite Wiki
Websocket Text Message Sender
*
OnSendStart
Client
OnSent
Data
OnSendError
Websockets

This node allows you to send text messages to a WebSocket server via a WebSocketClient.

Inputs

* (Call)

An Call to trigger the node.

A WebSocketClient component.

Data (String)

The data to be sent to the server.

Outputs

OnSendStart (SyncResumption (Async))

An Async impulse that is triggered when starting the send the data.

OnSent

A continuation impulse triggered when the data is sent successfully.

OnSendError (Continuation)

A Continuation that is triggered when the data couldn't be sent.