Skip to content
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

access to MutableDictonary openDBs properly synchronized #130

Merged
merged 2 commits into from
Feb 23, 2017

Conversation

dryganets
Copy link
Contributor

In our application, we have a special module to reload javascript bundle.
This flow is executed as part of the logout process in order to have simple and clean logout flow.

As for example delete all is executed on the different thread we need to have proper synchronization in place.

The crashes we experienced were related to incorrect synchronization of openDBs NSMutable dictionary.

@andpor andpor merged commit cb4fe3e into andpor:master Feb 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants