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
Prevent infinite loop in case of broken zpty file descriptor (#31)
In some cases, the fd created by zpty can become corrupted: if the other
end was disconnected, if the fd was closed and so on.
If we ignore this condition, then we enter a infinite loop.
Instead, when the fd becomes invalid, unregister the corresponding
worker and notify the callback.
0 commit comments