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
Pipes can detect if the other end is closed. Receiving from a closed pipe reports this to the caller, but send does not. This is easy enough to add, and we should.