SocketClusterReceiveObject Op
Receives object from the socketcluster socket/topic
Summary (oneliner)
Full Name
- Ops.Extension.SocketCluster.SocketClusterReceiveObject
- 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
socket (Object:socketcluster)
<p>the socketcluster socket</p>
topic (String)
<p>name of the topic</p>
Receive Own Data (Number:
<i>boolean</i>
)OUTPUT PORTS
client id (String)
<p>sending client id</p>
data (Object)
<p>the object</p>
received (Trigger)
<p>received message</p>