vxgmichel/aioconsole

example/echo.py not work under Python3.11

Closed this issue · 1 comments

coro = asyncio.start_server(handle_echo, host, port, loop=loop)

https://docs.python.org/3/library/asyncio-stream.html#asyncio.start_server
Changed in version 3.10: Removed the loop parameter.

Fixed, thanks :)