Skip to main content

receive

AsyncMethod
This is a method of the GatewayClientProtocol class in the gateway module.
Receive an event from the client.

Signature

async def receive(&self) -> Result<GatewayEvent>

Returns

Returns
Result<GatewayEvent>
The result of the operation.