This repository has been archived by the owner on Oct 3, 2020. It is now read-only.
bugfix and enhancements
- BUGFIX: don't feed numpy.ndarray into asyncio.sleep. This was only an issue on MacOS with Python 3.8, but was incorrect in any case.
- modularize code, allowing use of high-level asyncio.run
- server: close connections cleanly when client disappears