-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
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
glommio::net::UdpSocket::recv_from is extremely slow #672
Comments
this is much better on the master branch, made better by commit 2047d3dcbb83bc199600837c0be167f6c0ccab4b If you can, please point to the git tree in the mean time. I'll take a look on why this is still slower, and release a new version. |
Thank you! |
I found glommio/0.8 sometimes very fast
sometimes very slow
|
glommio = { git = "https://github.com/DataDog/glommio.git", rev = "d3f6e7a2ee7fb071ada163edcf90fc3286424c31" } It's ok with above glommio version. Thank you! |
test code is here: https://github.com/bluealert/async-udp
run udp_server first:
run udp_client:
The text was updated successfully, but these errors were encountered: