Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

bugfix and enhancements

Compare
Choose a tag to compare
@scivision scivision released this 06 Sep 08:29
· 33 commits to main since this release
55a89c4
  • 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