ProtoFlux:Websocket Connection Events: Difference between revisions

From Resonite Wiki
fix type links
m ProbablePrime moved page Websocket Connection Events (ProtoFlux) to ProtoFlux:Websocket Connection Events: Creating protoflux Namespace
(No difference)

Revision as of 06:52, 20 January 2024

Websocket Connection Events
OnConnected
OnDisconnected
Client
null
Websockets

This node will allow you do detect when a WebSocket client is connected or disconnected.

Outputs

OnConnected (impulse)

An impulse triggered on a connection to the WebSocket server.

OnDisconnected (impulse)

An impulse triggered when the connection to the WebSocket server is cut.

Globals

Client (WebsocketClient)

A WebSocketClient component.