Closed glebpom closed 6 years ago
Thanks for the reports. Have you verified that the issue is present here?
Absolutely. The missprint is in https://github.com/tokio-rs/tokio-core/blob/master/src/reactor/poll_evented2.rs In fact, we have observed a high CPU usage on slow connections after upgrading to latest version
Thanks. I'll try to get that fix released in a bit.
Hi,
https://github.com/tokio-rs/tokio/pull/250 contains the critical fix in
PollEvented
. This fix should also be applied totokio-core
because this code was backported fromtokio
crate recently