Deadlocks
#404
Replies: 5 comments 10 replies
-
If you can whittle your app down to as simple a repro project as possible so we can just click a button and wait for the lock that would be useful. |
Beta Was this translation helpful? Give feedback.
9 replies
-
Hi @mrpmorris, anything I can do to help integrate this fix in a new release? We are seeing the same issue, so are eager to get this fix applied 🙂 |
Beta Was this translation helpful? Give feedback.
0 replies
-
@mfmadsen Sorry, I've been busy with work and this slipped my mind. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are developing Web application which has around 50 states. Some states has about 200 000 records. And Fluxor is in general under heavy load. We are firing around 10 000 actions after application start to fill the stores. In the library is a bug (deadlocks) which appears especially after application start. You have two synchronization objects in classes Store and Dispatcher and they could generate deadlock in some circumstances. After application start when store is not fully initalized and lot of actions is Dispatched lot of deadlocks appears sometimes.
Example:
We will make some ivestigations and I will try report some progress if we find solution. Bug it would be good, if you could look for this problem also in parallel. It
Beta Was this translation helpful? Give feedback.
All reactions