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(server): race condition while running the ping pong loop #1044

Merged
merged 2 commits into from
Sep 1, 2023

Conversation

thomaspoignant
Copy link
Owner

Description

Stopping the ping pong loop when stopping the websocket connection in the server.

Changes include

  • Bugfix (non-breaking change that solves an issue)

Checklist

@netlify
Copy link

netlify bot commented Sep 1, 2023

Deploy Preview for go-feature-flag-doc-preview canceled.

Name Link
🔨 Latest commit ef7409c
🔍 Latest deploy log https://app.netlify.com/sites/go-feature-flag-doc-preview/deploys/64f211bdc9e1df00089485e9

@sonarcloud
Copy link

sonarcloud bot commented Sep 1, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codecov
Copy link

codecov bot commented Sep 1, 2023

Codecov Report

Merging #1044 (ef7409c) into main (8107644) will increase coverage by 0.01%.
The diff coverage is 87.50%.

@@            Coverage Diff             @@
##             main    #1044      +/-   ##
==========================================
+ Coverage   88.50%   88.52%   +0.01%     
==========================================
  Files          69       69              
  Lines        3150     3155       +5     
==========================================
+ Hits         2788     2793       +5     
  Misses        292      292              
  Partials       70       70              
Files Changed Coverage Δ
cmd/relayproxy/controller/ws_flag_change.go 78.43% <87.50%> (+2.34%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@thomaspoignant thomaspoignant merged commit 643ce53 into main Sep 1, 2023
20 of 21 checks passed
@thomaspoignant thomaspoignant deleted the fix-race-issue-in-ws branch September 1, 2023 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant