micropython-lib/uasyncio/uasyncio
Paul Sokolovsky a8d85e28d0 uasyncio: Fix partial reads in StreamReader.read/readline() methods.
If None (no data, would block) is received, need to wait for more data,
not just read it again immediately.
2017-01-26 22:20:29 +03:00
..
__init__.py uasyncio: Fix partial reads in StreamReader.read/readline() methods. 2017-01-26 22:20:29 +03:00