1 min readMar 13, 2018
No. When using exhaustMap
, any actions received by an effect/epic whilst there is a pending request will be ignored. They will not see requests initiated once the pending request is fulfilled. Only actions that are received when there is no pending request will see a request initiated.