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
fix: improve state transitions of Windows named pipes (#1903)
When we've previously failed to read, we may be in a failed state.
Inspired by how `schedule_read` handles this case, we simply reset the
state to `Err` and notify that we are able to deliver the error.
0 commit comments