We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
example/echo.rs
https://github.com/tokio-rs/tracing/blob/a8cc977e01ec4e1dce4137e37cfc1bfba7ebbed8/examples/examples/echo.rs doesn't work concurrently. It seems that the commit a8cc977 changed the behavior.
The text was updated successfully, but these errors were encountered:
I'm able to reproduce this issue with two instances of netcat. It seems like adding this .await? caused the echo example to no longer be concurrent.
.await?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Bug Report
https://github.com/tokio-rs/tracing/blob/a8cc977e01ec4e1dce4137e37cfc1bfba7ebbed8/examples/examples/echo.rs doesn't work concurrently. It seems that the commit a8cc977 changed the behavior.
The text was updated successfully, but these errors were encountered: