tidal-async icon indicating copy to clipboard operation
tidal-async copied to clipboard

Allow using other async libraries

Open JuniorJPDJ opened this issue 4 years ago • 1 comments

The only thing holding us from doing this is one asyncio gather call and HTTP library. We could switch to httpx: https://www.python-httpx.org/async/#supported-async-environments

JuniorJPDJ avatar May 21 '21 14:05 JuniorJPDJ

Was going to actually open an issue to this repo saying you guys should consider using httpx instead of aiohttp

Is an awesome library, it uses AnyIO itself so it supports trio, curio, and asyncio + much easier to write + use than aiohttp

obnoxiousmods avatar Nov 29 '23 23:11 obnoxiousmods