You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows: handle serial errors when the device is removed (#38)
* Windows: detect serial port error in _poll_read()
On windows, _poll_read() is typically the first function to throw an exception when the serial port disappears.
The exception is currently lost on the event loop, this catches it and escalates to a fatal_error
* Windows: when closing, ignore errors in flush
0 commit comments