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

client: fix BytesSent / BytesReceived computation (#612) #654

Merged
merged 1 commit into from
Dec 13, 2024
Merged

Conversation

aler9
Copy link
Member

@aler9 aler9 commented Dec 13, 2024

Fixes #612

When the TCP transport protocol is in use, BytesSent and BytesReceived were increased twice.

When the TCP transport protocol is in use, BytesSent and BytesReceived
were increased twice.
Copy link

codecov bot commented Dec 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.46%. Comparing base (51f00fa) to head (f352733).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #654      +/-   ##
==========================================
+ Coverage   82.40%   82.46%   +0.05%     
==========================================
  Files         116      116              
  Lines       11810    11804       -6     
==========================================
+ Hits         9732     9734       +2     
+ Misses       1691     1683       -8     
  Partials      387      387              

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

@aler9 aler9 merged commit a2df9d8 into main Dec 13, 2024
9 checks passed
@aler9 aler9 deleted the fix/stats branch December 13, 2024 19:55
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.

BytesSent duplicate counted?
1 participant