-
Notifications
You must be signed in to change notification settings - Fork 224
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: avoid warnings on recovery from mid session crash #3775
Conversation
a637c1f
to
664aa75
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3775 +/- ##
==========================================
- Coverage 57.71% 57.69% -0.03%
==========================================
Files 193 193
Lines 42055 42053 -2
==========================================
- Hits 24273 24261 -12
- Misses 17782 17792 +10 ☔ View full report in Codecov by Sentry. |
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.
I think this approach works well for this particular case but should otherwise be discouraged. What do you think @dpc? The alternative would be disabling the warning also on the other early return, which would be more standard.
Waiting for DPC ;) |
LGTM. The less mutation, the better, but whatever is simpler works, and it"s all just diagnostics anyway. |
Successfully created backport PR for |
No description provided.