-
-
Notifications
You must be signed in to change notification settings - Fork 21
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 issue that sync callback is started twice #2642
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2642 +/- ##
==========================================
- Coverage 33.35% 33.31% -0.05%
==========================================
Files 744 744
Lines 48314 48320 +6
==========================================
- Hits 16116 16096 -20
- Misses 32198 32224 +26
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
I recall |
I found that sync callback is started twice.
This affects the initial loading time and probably may occur app crash due to too frequent mutex locks.