Skip to content

fix: Switch to using asyncio.timeout/async_timeout to avoid races with asyncio.wait_for

J. Nick Koston requested to merge bdraco/python-yeelight:wait_for into master

asyncio.wait_for has some significant race/leak risk before cpython 3.12

see https://github.com/python/cpython/pull/98518

Merge request reports