-
-
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
[3.10] WSS: Fix heartbeat timeout logic #8543
Conversation
Make sure to unblock the `receive` operation by feeding the receiver an error in a `WSMessage` Change `TimeoutError` to `ServerTimeoutError` to accurately represent failure (this is backwards compatible since `ServerTimeoutError` has `TimeoutError` in the MRO) fixes aio-libs#8540
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 3.10 #8543 +/- ##
==========================================
+ Coverage 97.57% 97.58% +0.01%
==========================================
Files 108 108
Lines 33582 33606 +24
Branches 4029 4033 +4
==========================================
+ Hits 32767 32795 +28
+ Misses 594 591 -3
+ Partials 221 220 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
d816fca
to
32994c4
Compare
32994c4
to
56c0f1f
Compare
@bdraco @Dreamsorcerer Please provide feedback based on this PR and if satisfactory I'll adopt it to master as well. Please let me know if you think documentation changes are necessary. |
superseded by #8573 |
Make sure to unblock the
receive
operation by feeding the receiver an error in aWSMessage
Change
TimeoutError
toServerTimeoutError
to accurately represent failure (this is backwards compatible sinceServerTimeoutError
hasTimeoutError
in the MRO)fixes #8540
Checklist
CONTRIBUTORS.txt
CHANGES/
folder