-
Notifications
You must be signed in to change notification settings - Fork 259
Open
Labels
Description
I found it from deno's discussion.
tokio-tungstenite uses the trick of WakerProxy to solve the wake-up problem of two-way IO. but this is not necessary in tokio, the related problem is reported as tokio-rs/tls#40 .
In short, the latest versions of tokio::net::TcpStream and tokio-rustls are not affected by this issue.
Given that this trick may cause lot spurious wakeups, we may be possible to provide an opt-out feature gate?
Reactions are currently unavailable