Reader is never canceled if writer interrupt is used
#15
Closed
opened 8 months ago by androiddrew
·
0 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
I noticed some strange behavior. It appears that as soon as the writer.write is used to break into the micropython repl, when clicking the disconnect button the reader is never closed. Simple solution should be to call reader.cancel() to close out the read operation when clicking disconnect.