Commit 0961922
authored
fix: Prevent uninitialized SDK warning in daemon mode. (#162)
When using daemon mode a warning would be produced on variation calls
that the SDK had not finished initialization. This situation doesn't
apply to daemon mode where we only read from the persistent store. It is
instead intended to apply to persistent store modes where the SDK is
writing to the persistence and applies to evaluations between SDK
startup and initialization being complete.
This change updates the null update process to immediately report that
it is initialized.1 parent bb5bc81 commit 0961922
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
0 commit comments