broadcast
AsyncMethod
This is a method of the GatewayProtocol class in the gateway module.Broadcast an event to all connected clients.
Signature
Parameters
No description available.
No description available.
Returns
The result of the operation.
broadcast: Broadcast an event to all connected clients.
This is a method of the GatewayProtocol class in the gateway module.Broadcast an event to all connected clients.
async def broadcast(&self, event: GatewayEvent, exclude: Option<Vec<String>>) -> Result<()>