Files
micropython/tests/net_hosted/asyncio_loopback.py.exp
2023-11-17 13:37:43 +11:00

15 lines
265 B
Plaintext

create server on 0.0.0.0:8080
server started
client open_connection to 127.0.0.1:8080
client writing
handler reading
client reading
handler got 100 bytes
handler writing
handler closing
handler closed
client got 100 bytes
client closing
client closed
server closed