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

qlog: remove unneeded mutex from the ConnectionTracer #4299

Merged
merged 1 commit into from Feb 1, 2024

Conversation

marten-seemann
Copy link
Member

Events are appended to a channel, which is able to handle concurrect writes.

Events are appended to a channel, which is able to handle concurrect writes.
Copy link

codecov bot commented Feb 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2fbe713) 84.15% compared to head (b7b8c12) 84.14%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4299      +/-   ##
==========================================
- Coverage   84.15%   84.14%   -0.00%     
==========================================
  Files         149      149              
  Lines       15397    15345      -52     
==========================================
- Hits        12956    12912      -44     
+ Misses       1942     1935       -7     
+ Partials      499      498       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@marten-seemann marten-seemann merged commit f3c4be6 into master Feb 1, 2024
34 checks passed
@marten-seemann marten-seemann deleted the qlog-remote-mutex branch February 1, 2024 23:58
mgjeong pushed a commit to mgjeong/quic-go that referenced this pull request Feb 13, 2024
Events are appended to a channel, which is able to handle concurrect writes.
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.

None yet

1 participant