[bug] Panic in flagd provider
Closed this issue · 0 comments
toddbaert commented
The flagd provider sometimes panics on startup. This is because the client is nil
until init is called, which happens in a new goroutine and therefore is sometimes not ready.
Related to: open-feature/go-sdk#238