You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That code generally works (and can be expanded to multiple servers and / or multiple clients), but relies on methods asyncio.core._io_queue.queue_read and asyncio.core._io_queue.queue_write in the IOQueueclass, which may not map to a CPython object.
The Adafruit asyncio library has a [TCP] Server class, not sure if it is complete or if it is the appropriate level of abstraction for HTTPServer.