Wykres commitów

1 Commity (e793718491dad708d766e6f0e574ddf37c106c13)

Autor SHA1 Wiadomość Data
Carlosgg e793718491 extmod/asyncio: Fix `Stream.wait_closed`.
Leaving pending bytes at server side will cause the socket to be closed
promptly when `Stream.wait_closed` is called which raises `ECONNRESET`
at client side.

The fix is to make sure there is no pending data and then close the
socket.

Signed-off-by: Carlos Gil <carlosgilglez@gmail.com>
2024-01-28 04:09:05 +00:00