SocketClusterSendObject Op
sends an object via socketcluster/websocket
Summary (oneliner)
Full Name
- Ops.Extension.SocketCluster.SocketClusterSendObject
- Extension Op - Visible to all users
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch socketcluster example
open this page in another browser or share the url of this patch!
INPUT PORTS
send (Trigger)
<p>execute</p>
socket (Object:socketcluster)
<p>socket object coming from SocketCluster Op</p>
topic (String)
<p>name of the topic</p>
data (Object)
<p>object</p>
delay (ms) (Number:
<i>integer</i>
)OUTPUT PORTS
Sent Data (Trigger)
Patches using SocketClusterSendObject
Changelog
Ops.Net.SocketCluster.SocketClusterSendObject renamed to Ops.Extension.SocketCluster.SocketClusterSendObject | stephan - 2022-12-14 08:37 | |
improvement | Added output that will be triggered, when data was sent | pandur - 2024-04-15 13:35 |
improvement | An error will be shown if the socket is not allowed to send data | pandur - 2024-04-15 13:44 |