-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Fix exceptions from WebSocket ping task not being consumed #8685
Conversation
related issue home-assistant/core#123653 replaces and closes #7238 fixes #5182
related issue home-assistant/core#123653 replaces and closes #7238 fixes #5182
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8685 +/- ##
==========================================
+ Coverage 98.13% 98.14% +0.01%
==========================================
Files 107 107
Lines 33986 34062 +76
Branches 4023 4029 +6
==========================================
+ Hits 33351 33430 +79
+ Misses 457 456 -1
+ Partials 178 176 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Backport to 3.10: 💚 backport PR created✅ Backport PR branch: Backported as #8729 🤖 @patchback |
(cherry picked from commit e7c02ca)
Backport to 3.11: 💚 backport PR created✅ Backport PR branch: Backported as #8730 🤖 @patchback |
(cherry picked from commit e7c02ca)
What do these changes do?
Fix exceptions from WebSocket ping task not being consumed
Are there changes in behavior for the user?
No more unexpected un-retrieved exceptions from ping tasks
Is it a substantial burden for the maintainers to support this?
no
Related issue number
related issue home-assistant/core#123653
replaces and closes #7238
fixes #5182
fixes #4153
fixes #2309