statsig-io / dotnet-sdk

Statsig SDK for .NET applications on both client and server sides
ISC License
2 stars 6 forks source link

chore: ConfigureAwait(false) for all await calls #37

Closed daniel-statsig closed 5 months ago

jenshenneberg commented 5 months ago

@daniel-statsig : As communicated on slack, I can confirm this fixes the issue we experienced in #34. I did a quick test with the code on your PR and can confirm it fixes the problem we have. With your version of the code, events do come after 60 seconds (With the default StatsigServerOptions). I reverted to the latest NuGet and the events did not come. Thanks a lot for this!