mrpmorris / Fluxor

Fluxor is a zero boilerplate Flux/Redux library for Microsoft .NET and Blazor.
MIT License
1.22k stars 139 forks source link

Fix deadlock during store initialize when another thread dispatches an action #427

Closed mfmadsen closed 1 year ago

mfmadsen commented 1 year ago

There is a deadlock issue (race condition) when the store is initialized and another thread dispatches an action at just the time when the store initialization is about to trigger effects and there is an effect that dispatches an action immediately.

mrpmorris commented 1 year ago

Reopening

mrpmorris commented 1 year ago