micropython-lib icon indicating copy to clipboard operation
micropython-lib copied to clipboard

aiorepl: Handle stream shutdown.

Open andrewleech opened this issue 7 months ago • 0 comments

Resolves errors when a stream is closed like:

--> 
Traceback (most recent call last):
  File "aiorepl.py", line 118, in task
TypeError: ord() expected a character, but string of length 0 found

andrewleech avatar Jun 17 '25 05:06 andrewleech