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

Implement pending queue in mux for dropped packets #2813

Closed
wants to merge 1 commit into from

internal/mux: Implement pending handler

a1c1347
Select commit
Loading
Failed to load commit list.
Closed

Implement pending queue in mux for dropped packets #2813

internal/mux: Implement pending handler
a1c1347
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 19, 2024 in 1s

79.04% (-1.64%) compared to b874788

View this Pull Request on Codecov

79.04% (-1.64%) compared to b874788

Details

Codecov Report

Attention: Patch coverage is 77.77778% with 8 lines in your changes missing coverage. Please review.

Project coverage is 79.04%. Comparing base (b874788) to head (a1c1347).

Files Patch % Lines
internal/mux/mux.go 77.77% 6 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2813      +/-   ##
==========================================
- Coverage   80.68%   79.04%   -1.64%     
==========================================
  Files          78       89      +11     
  Lines        7548     8299     +751     
==========================================
+ Hits         6090     6560     +470     
- Misses       1032     1267     +235     
- Partials      426      472      +46     

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