Flagsmith / flagsmith-dotnet-client

.NET Standard Client for Flagsmith. Ship features with confidence using feature flags and remote config. Host yourself or use our hosted version at https://www.flagsmith.com/
https://www.flagsmith.com/
BSD 3-Clause "New" or "Revised" License
19 stars 15 forks source link

fix: Ensure environment is retrieved on start polling #83

Closed novakzaballa closed 11 months ago

novakzaballa commented 11 months ago

Ensures environment is retrieved on start polling by executing the StartPoll() method synchronoulsy, and executing the first call to the callback GetAndUpdateEnvironmentFromApi also asynchronoulsy and immediately. While(true) and Delay funcitons replaced by Timer class to allow the StartPoll() to be executed synchronously without hanging the execution of the main thread.