-
Notifications
You must be signed in to change notification settings - Fork 79
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
Synchronize access to route singletons #248
Conversation
Codecov Report
@@ Coverage Diff @@
## main #248 +/- ##
==========================================
- Coverage 51.65% 51.60% -0.05%
==========================================
Files 37 37
Lines 8393 8400 +7
Branches 1790 1790
==========================================
Hits 4335 4335
- Misses 3744 3751 +7
Partials 314 314
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review 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.
lgtm
f49f5fe
to
2e1c9e1
Compare
2e1c9e1
to
7c0208a
Compare
76b445e
to
f35c606
Compare
Makes objective-c route singleton access thread safe by synchronizing over a lock object per file. This has been live in our production iOS app for a week without incident. Example output:
General Contributing
Is This a Code Change?
Validation
tox
?