-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Try to detect the connection status after flush() - this might lead to earlier detection of a broken connection #37291
Conversation
This comment has been minimized.
This comment has been minimized.
7378676
to
fb51aac
Compare
Codecov Report
@@ Coverage Diff @@
## master #37291 +/- ##
=========================================
Coverage 64.68% 64.68%
Complexity 19336 19336
=========================================
Files 1278 1278
Lines 75562 75562
Branches 1331 1331
=========================================
Hits 48876 48876
Misses 26294 26294
Partials 392 392
Continue to review full report at Codecov.
|
@DeepDiver1975 please provide description |
done |
This PR was done in the time when we had trouble getting @DeepDiver1975 rebase to get a fresh run of CI? |
Any progress? |
…o earlier detection of a broken connection
fb51aac
to
22f8690
Compare
I rebased because it will be nice to get a really current run of CI. |
Description
Bugfix: Earlier detection of connection status
On public video streaming the connection is detected to reduce server load #37219
To optimize this the connection status is queried after flush()
Related Issue
#37291
How Has This Been Tested?
Live at customer ;-)
same test steps as in #37291
Types of changes
Checklist: