broadcast
This block is part of the broadcast
group and was last modified in core v10.4.28
.
broadcast
v10.4.28
Send a message across different sessions over a channel and event. These messages are on send and forget base and are not stored.
Pin | Pin | Type | Default |
---|---|---|---|
flow |
flow |
|
|
channel A custom / unique channel to send this message in, sessions whom subscribed to this channel will receive this payload. |
value |
|
|
event Unique event to run, a single channel could contain multiple events sessions could subscribe on. |
value |
|
|
message Full payload to send |
object |
|
|
skip self If true we will try not to send this payload to the current active websocket sending this message. In rare cases it could still end up in the connection (for example direct reconnect or multiple websocket connections) |
condition |
false |
Pin | Pin | Type | Example |
---|---|---|---|
flow |
flow |
Core Releases
v10.4.28 This block was introduced inv10.4.28
, click here to see the release notes.
Back to
broadcast
Return to the main group to view all sub-groups
Back to broadcasting
Return to the group to view all blocks within this group