Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix: Remove erroneous wake call in SinkWriter
Per review comment #5070 (comment): > Adding a wake call here will be a busy loop that consumes 100% CPU > waiting for it to become ready. We shouldn't do that. Furthermore, according to https://docs.rs/futures-sink/latest/futures_sink/trait.Sink.html#tymethod.poll_ready, poll_ready will make sure that the current task is notified. Discussion: https://discord.com/channels/500028886025895936/500336346770964480/1072534504981418024
- Loading branch information