You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once the dotnet-sdk has events and init/shutdown support, we need to update the flagd-provider to emit events and do proper init/shutdown. We already have a stream implemented for cache-busing, so this should be pretty simple.
Definition of done:
flagd does does startup logic (like initializing it's stream) in initialize function
flagd shuts down stream in close/shutdown function
flagd emits appropriate events on flag changes, and errors
Once the dotnet-sdk has
events
andinit/shutdown
support, we need to update the flagd-provider to emit events and do proper init/shutdown. We already have a stream implemented for cache-busing, so this should be pretty simple.Definition of done:
initialize
functionclose/shutdown
functionBlocked by:
dotnet-sdk implementation: Changes to support specv0.6.0
,v0.7.0
compliance dotnet-sdk#126The text was updated successfully, but these errors were encountered: