Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] Panic in flagd provider #407

Closed
toddbaert opened this issue Dec 13, 2023 · 0 comments · Fixed by #408
Closed

[bug] Panic in flagd provider #407

toddbaert opened this issue Dec 13, 2023 · 0 comments · Fixed by #408
Labels
bug Something isn't working

Comments

@toddbaert
Copy link
Member

toddbaert commented Dec 13, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant