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
Hello up there. net.Pipe does not adhere to net.Conn interface because net.Pipe.Close does not unblock net.Pipe.Write (and it must according to net.Conn.Close description).
Hello up there. net.Pipe does not adhere to net.Conn interface because net.Pipe.Close does not unblock net.Pipe.Write (and it must according to net.Conn.Close description).
What did you do?
Demo program: https://play.golang.org/p/pKLqjwHRoJ
What did you expect to see?
Program prints "woken up"
What did you see instead?
Program deadlocks:
Does this issue reproduce with the latest release (go1.7.4)?
yes
System details
The text was updated successfully, but these errors were encountered: