ProtoFlux:Websocket Text Message Sender

From Resonite Wiki
Revision as of 19:05, 15 January 2024 by 989onan (talk | contribs) (fix type links)
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

* (impulse)

An impulse to trigger the node.

Client (WebsocketClient)

A WebSocketClient component.

Data (String)

The data to be sent to the server.

Outputs

OnSendStart (ASync Impulse)

An async impulse triggered when starting the send the data.

OnSent

A continuation impulse triggered when the data is sent successfully.

OnSendError (Continuation)

A continuation impulse triggered when the data couldn't be sent.