-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
T-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.
Description
Separately, I think the retry loop when sending a message should be removed (like we did with the similar loop in
recv
). The reasoning is the same: we don't want to waste CPU cycles spinning when trying to write to a full channel. Instead we should just go ahead and block immediately. But this can be a separate PR.
Originally posted by @Amanieu in #106701 (comment)
This issue has been assigned to @ibraheemdev via this comment.
Metadata
Metadata
Assignees
Labels
T-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.