Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace asyncio.wait_for with asyncio.timeout
Fallback to using async_timeout on older python asyncio.wait_for has some underlying problems that are only fixed in cpython 3.12. See python/cpython#98518
- Loading branch information