Replies: 1 comment
-
Sorry, it is |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If that's the case, we can never get the Ok(u64, u64) from
copy_bidirectional
.The setup goes like:
echo server
proxy
client
Once client runs
stream.0.shutdown().await.unwrap();
, thecopy_bidirectional
pops the error immediately.Beta Was this translation helpful? Give feedback.
All reactions