Commit 377e9b1
Philipp Fehre
Make emitterExecutor static
The emitterExecutor in EventProvider can be a single pool for all
EventProviders.
Increase timeout for EventsTest consumption as it can cause intermitten failures
due to execution being moved to thread pool
Fix onEmit reference, to be captured as a local variable.
Signed-off-by: Philipp Fehre <[email protected]>1 parent 7f2a0ef commit 377e9b1
File tree
2 files changed
+6
-5
lines changed- src
- main/java/dev/openfeature/sdk
- test/java/dev/openfeature/sdk
2 files changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
90 | 92 | | |
91 | 93 | | |
92 | 94 | | |
| |||
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
100 | | - | |
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments