statsig-io / dotnet-sdk

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

Make the EventLogger and SpecStore thread safe #7

Closed kroymann closed 2 years ago

kroymann commented 2 years ago

The primary purpose of this PR is to make the EventLogger and SpecStore classes thread safe, and as part of that work I also converted the old timer-based periodic task logic to instead use traditional tasks with delays. Here are the main features of the work covered in this PR: