mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
If while a polling operation is active the stream is removed we should stop polling data from that stream. This was already the intended behaviour, but implemented incorrectly. Signed-off-by: Daniël van de Giessen <daniel@dvdgiessen.nl>