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

fix(go-feature-flag-web): avoid infinite loop in waitWebsocketFinalSt… #1104

Merged
merged 3 commits into from
Dec 13, 2024

Conversation

thomaspoignant
Copy link
Member

This PR

This PR fixes the issue thomaspoignant/go-feature-flag#2753 for the web provider when we had an infinite loop when trying to connect with the websocket and an invalid API key.

Related Issues

Fixes thomaspoignant/go-feature-flag#2753

Copy link

@augustinasrce augustinasrce left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🔥

@thomaspoignant
Copy link
Member Author

thomaspoignant commented Dec 6, 2024

Tests are broken, I'll fix them.

@thomaspoignant
Copy link
Member Author

@augustinasrce I had to change the approach and based the wait state with a timeout.
With this new approach it will still retry to connect with an exponential backoff (check the function reconnectWebsocket to see how it works).

I will appreciate a new review.

@thomaspoignant thomaspoignant merged commit 2cc7483 into main Dec 13, 2024
6 checks passed
@thomaspoignant thomaspoignant deleted the fix-goff-2753 branch December 13, 2024 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

(bug) web provider infinitive loop trying to connect to websocket
2 participants