You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
quinn::RecvStream::poll_read_generic currently wakes the connection driver on every successful operation in case we need to transmit flow control credit. As of #880 and #894 we no longer issue credit after every read, so we can reduce CPU load by only waking the connection driver if flow control actually does need to be issued.
The text was updated successfully, but these errors were encountered:
quinn::RecvStream::poll_read_generic
currently wakes the connection driver on every successful operation in case we need to transmit flow control credit. As of #880 and #894 we no longer issue credit after every read, so we can reduce CPU load by only waking the connection driver if flow control actually does need to be issued.The text was updated successfully, but these errors were encountered: