Hi, As I understand in Python 3.11 @asyncio.coroutine was removed and replaced with `async def` syntax. Can you update the library to support this?
Hi,
As I understand in Python 3.11 @asyncio.coroutine was removed and replaced with
async defsyntax. Can you update the library to support this?