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: assure we flush before turning a writer into a reader. (#1061)
Otherwise it might be that the write-end still isn't flushed, so
the receiver didn't get the message it's waiting on, which wouild
cause us to deadlock while waiting for a response from the remote.
0 commit comments