Commit 9240d70
committed
fix: RPC mode does not honor timeout
During the refactoring of the connection the timeout for
unary calls got lost. This adds the timeout back into the
mix.
TODO:
- [ ] adapt gherkin tests for contextEnrichment to do handle stale seperately for file and inprocess
Signed-off-by: Simon Schrottner <[email protected]>1 parent 122119b commit 9240d70
File tree
2 files changed
+7
-4
lines changed- providers/flagd
- src/main/java/dev/openfeature/contrib/providers/flagd/resolver/common
2 files changed
+7
-4
lines changedLines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
| |||
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
88 | | - | |
| 90 | + | |
89 | 91 | | |
90 | 92 | | |
91 | 93 | | |
92 | 94 | | |
| 95 | + | |
93 | 96 | | |
94 | 97 | | |
95 | 98 | | |
| |||
126 | 129 | | |
127 | 130 | | |
128 | 131 | | |
129 | | - | |
| 132 | + | |
130 | 133 | | |
131 | 134 | | |
132 | 135 | | |
| |||
Submodule test-harness updated from 34a0c31 to 4763b1c
0 commit comments