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
both echo bench hang
cargo bench -p glommio --bench echo long-lived connections, 1000000 128-byte messages, 1 clients, Tokio : 12.11s (82602.31 req/s, 100.0%)
hang after Tokio, no glommio start_clients
cargo run --example echo Server Listening on 127.0.0.1:10000 on 1 connections
Tried tag v0.8.0 and master
The text was updated successfully, but these errors were encountered:
:~$ ulimit -l unlimited ~$ uname -r 5.15.77-amd64-desktop
so, it is not memlock issue.
Sorry, something went wrong.
just add echo_test in PR #593 to verify it
looks like github action passed
test tests::echo_test ... ok
But the same test hang in my local machine.
No branches or pull requests
both echo bench hang
hang after Tokio, no glommio start_clients
Tried tag v0.8.0 and master
The text was updated successfully, but these errors were encountered: