ProtoFlux:Websocket Connection Events

From Resonite Wiki
Revision as of 18:50, 14 January 2024 by J4 (talk | contribs) (add websocketconnectionevents)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

An impulse triggered on a connection to the WebSocket server.

OnDisconnected

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

Globals

Client

A WebSocketClient component.