aio-pika icon indicating copy to clipboard operation
aio-pika copied to clipboard

How to set timeout on RPC proxy calls?

Open cloud-rocket opened this issue 2 years ago • 1 comments

The client hangs forever if the server is not responding

cloud-rocket avatar Nov 04 '21 18:11 cloud-rocket

You could use asyncio.wait_for or a wrapper like async-timeout

rdebroiz avatar Nov 23 '21 10:11 rdebroiz