circuitpython/tests/multi_net/uasyncio_tcp_readall.py.exp
Damien George db7682e02d extmod/uasyncio: Implement stream read(-1) to read all data up to EOF.
Fixes issue #6355.

Signed-off-by: Damien George <damien@micropython.org>
2022-06-24 17:04:57 +10:00

9 lines
77 B
Plaintext

--- instance0 ---
server running
close
done
--- instance1 ---
b'abc'
b''
b''