-
Notifications
You must be signed in to change notification settings - Fork 498
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
VoiceBroadcast: Manage app crash cases when recording #7188
Conversation
Codecov ReportBase: 11.82% // Head: 11.84% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #7188 +/- ##
===========================================
+ Coverage 11.82% 11.84% +0.01%
===========================================
Files 1628 1629 +1
Lines 159992 160141 +149
Branches 65224 65373 +149
===========================================
+ Hits 18924 18961 +37
- Misses 140430 140543 +113
+ Partials 638 637 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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.
the current changes seem good to me
I let you commit the additional changes (on recents handling)
…he breadcrumbs rooms list By considering potential performance issues, we decided to limit the uncompleted VB cleaning in the recents list service: - we run the process only once when the application is resumed - we run the process only on the breadcrumbs rooms list This prevent us from checking several times in parallel the same room (because a room may be listed in several recents sections) This prevent us from checking several times the same room (each room should be checked only once after the app resume) If a room is not checked from the recents list, a sanity check is still done in RoomViewController (to clean the room when the user opens it)
Co-authored-by: Yoan Pintas <[email protected]>
Kudos, SonarCloud Quality Gate passed! |
LGTM |
Manage cases when the user is recording and the app crash.