1.25.0 - use ConfigureAwait(false) and update getClientInitializeResponse
In some environments, the background event flush does not work without this configuration, and it is best practice for libraries to configure this to avoid deadlocks
Also updates GetClientInitializeResponse. This release adds debugging information for which server SDK generated the values, and includes the full user object used to generate the values
Included In This Release
- f131f5a sroyal-statsig
- Update GetClientInitializeResponse (#136)
What's Changed
- chore: ConfigureAwait(false) for all await calls by @daniel-statsig in #37
Full Changelog: 1.24.0...1.25.0