Skip to content

Conversation

@gammazero
Copy link
Contributor

connListener events my be written and read at the same time by separate goroutines.

Fix this by using a channel to wait for the writ event to finish before trying to read.

connListener events my be written and read at the same time by separate goroutines.

Fix this by using a channel to wait for the writ event to finish before trying to read.
@gammazero gammazero requested a review from a team as a code owner September 9, 2025 23:41
@codecov
Copy link

codecov bot commented Sep 9, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 60.58%. Comparing base (e69f67e) to head (8c9fa67).
⚠️ Report is 1 commits behind head on main.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1030      +/-   ##
==========================================
- Coverage   60.59%   60.58%   -0.02%     
==========================================
  Files         268      268              
  Lines       33616    33616              
==========================================
- Hits        20371    20367       -4     
- Misses      11560    11563       +3     
- Partials     1685     1686       +1     

see 8 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@gammazero gammazero merged commit 47c0ac5 into main Sep 9, 2025
16 of 17 checks passed
@gammazero gammazero deleted the fix-test-race branch September 9, 2025 23:49
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.

2 participants