send
AsyncMethod
This is a method of the GatewayClientProtocol class in the gateway module.Send an event to the client.
Signature
Parameters
No description available.
Returns
The result of the operation.
send: Send an event to the client.
This is a method of the GatewayClientProtocol class in the gateway module.Send an event to the client.
async def send(&self, event: GatewayEvent) -> Result<()>