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

Fix for PersistGate hanging on loading screen #18

Closed
wants to merge 3 commits into from

Conversation

smallsaucepan
Copy link
Collaborator

These changes should avoid the situation where PersistGate hangs. A race condition can occur when the data finished loading (in LoadManager) before the PersistGate has had a chance to render (and register it's custom callback with LoadManager). This means the callback is never called and the isReady state in PersistGate is never set to true. Should fix both #4 and #9.

@smallsaucepan
Copy link
Collaborator Author

Going to redo this PR, removing unnecessary commits.

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.

1 participant