-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(protocol): Double timeout when email rule configured (#2934)
This checks for a configured email rule while we are translating specified rules to protobuf. If we see an email rule, we double the specified timeout on a call to `Decide`. Luckily, the call to `client.decide()` is where we specify `timeoutMs` for ConnectRPC, so this timeout adjustment is per-request instead of globally per SDK instance. Closes #1697
- Loading branch information
1 parent
68c7ea9
commit 23f9a9e
Showing
1 changed file
with
17 additions
and
2 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