Skip to main content

receive

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

Signature

async def receive() -> GatewayEvent

Returns

Returns
GatewayEvent
The result of the operation.

Source

View on GitHub

praisonaiagents/gateway/protocols.py at line 246