-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Finagle] Backoff.takeUntil doesn't call the underlying backoff's next()
Problem: When a new `c.t.f.Backoff` is created by wrapping an existing instance with `c.t.f.takeUntil` it incorrectly always only returns the underlying Backoff's first backoff Solution: Instead it should iterate over the underlying backoff by calling `next()` on it JIRA Issues: RTC-2278 Differential Revision: https://phabricator.twitter.biz/D1099285
- Loading branch information
Vishal Palla
authored and
jenkins
committed
Sep 19, 2023
1 parent
caa7c77
commit ee01085
Showing
2 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters