mattkrick / redux-optimistic-ui

a reducer enhancer to enable type-agnostic optimistic updates
MIT License
693 stars 36 forks source link

Possible memory leak detected #13

Closed heks closed 8 years ago

heks commented 8 years ago

I keep getting this error if I do optimistic actions too fast.

@@optimist: Possible memory leak detected.
                  Verify all actions result in a commit or revert and
                  don't use optimistic-UI for long-running server fetches

What is the reason?

mattkrick commented 8 years ago

That means you've put in a request, then > 100 actions have been dispatched before that action was committed.

mattkrick commented 8 years ago

Closing, feel free to reopen if not resolved.