-
Notifications
You must be signed in to change notification settings - Fork 445
Quic and Fetch break on seeing channel to sigverify disconnected #5815
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
Quic and Fetch break on seeing channel to sigverify disconnected #5815
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5815 +/- ##
=======================================
Coverage 82.9% 82.9%
=======================================
Files 828 828
Lines 375794 375802 +8
=======================================
+ Hits 311877 311907 +30
+ Misses 63917 63895 -22 🚀 New features to boost your workflow:
|
streamer/src/streamer.rs
Outdated
Err(TrySendError::Full(_)) => { | ||
stats.num_packets_dropped.fetch_add(len, Ordering::Relaxed); | ||
} | ||
Err(TrySendError::Disconnected(b)) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why b
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why indeed?
Problem
Summary of Changes
Fixes #