Jeff Barczewski
Jeff Barczewski
@Blargh1 thanks. I didn't realize that. I updated my version with your changes. I appreciate you taking the time to figure it out and share it.
That's an interesting use case which could work well since we have access to the action observable stream. I'll think about how we might implement and see if any additional...
@zdila I don't believe that dispatching in the cancelled$ will work for you since once things are cancelled, I don't send anything that is dispatched after that. What the documentation...
Maybe it is occurring immediately before the cancellation is actually taking effect. If it works, it works :-) If for any reason it doesn't you can use the above solution.
@futurist Thanks for raising the issue. I'll take a look and see if I can figure out what you are running into here.
Thanks for explaining that @Marsup!
I'm thinking this will just live in its own package maybe named `redux-logic-test`
ok, I'll see if there are any other thoughts or comments and then I'll whip it up and let you give it a spin.
I just published redux-logic-test, let me know if you have any questions or run into any problems using it. https://github.com/jeffbski/redux-logic-test
You are welcome. Let me know if you run into any questions on use.