-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bugfix] Prevent typed unix socket client from looping forever on fai…
…lure to connect (#796) The implementation had double retry loop bug, resulting in the timeout being irrelevant. Remove the outer retry loop and actually time out after 30 seconds. While we're at it, tune the backoff to be more reasonable (less spammy -- now retries quickly initially, then backs off significantly and slows down to 1 rps).
- Loading branch information
1 parent
7336dd9
commit 4e72404
Showing
2 changed files
with
10 additions
and
19 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