-
-
Notifications
You must be signed in to change notification settings - Fork 149
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
Deadlocks still occur #426
Comments
@mrpmorris, I have made the change you can see here master...mfmadsen:Fluxor:fix-deadlockDuringStoreInitialize. |
I have created PR #427 |
Thanks very much for this, the test case was extremely useful. Could you please alter the Store.cs changes to match the ones in this PR, and also update the releases.md file accordingly? Thank you! I'd have just merged my own PR, but it seems to have eradicated acknowledgement of your contribution, and I didn't want that. |
…n action (#427) * Adds unit test that reproduces issue deadlock * Trigger effect one action after another and inside IsDispatching/dequeuing loop * Fixes #426 --------- Co-authored-by: Morten Fischer-Madsen <[email protected]>
Unfortunately there is still a deadlock issue in 5.8 if actions are dispatched on other threads while store activation is in progress. I'm currently working on a fix for this and will submit a PR when ready.
The text was updated successfully, but these errors were encountered: