38904b8937
Includes a test where the (non uasyncio) client does a RST on the connection, as a simple TCP server/client test where both sides are using uasyncio, and a test for TCP stream close then write.
9 lines
126 B
Plaintext
9 lines
126 B
Plaintext
--- instance0 ---
|
|
server running
|
|
echo: b'client data'
|
|
close
|
|
done
|
|
--- instance1 ---
|
|
write: b'client data'
|
|
read: b'client data'
|