mosquito / aio-pika

AMQP 0.9 client designed for asyncio and humans.
https://aio-pika.readthedocs.org/
Apache License 2.0
1.18k stars 186 forks source link

Fix getting futures exceptions #509

Closed decaz closed 1 year ago

decaz commented 1 year ago

Access to asyncio.Future.exception() should be protected from unexpected raise of asyncio.CancelledError exception.

decaz commented 1 year ago

Relevant issue at aiormq: https://github.com/mosquito/aiormq/pull/154.

mosquito commented 1 year ago

Releaased in 8.3.0