harness / ff-dotnet-server-sdk

.net Server SDK for integrating with Harness Feature Flag service.
https://harness.io/
Apache License 2.0
5 stars 10 forks source link

[FFM-10184] - Add WaitForInitialization() deprecate InitializeAndWait() #94

Closed andybharness closed 11 months ago

andybharness commented 11 months ago

What

Why InitializeAndWait() is causing confusion as it doesn’t actually wait and instead expects the caller to use the await keyword. It also implies that it calls Initialize() which it doesn’t.

Testing Manual + Testgrid