Reputation: 388
How to enqueue mergeMap operations so one by one get executed only when previous completes?
mergeMap
Upvotes: 1
Views: 450
Reputation: 13539
instead of mergeMap you need to use concatMap.
Upvotes: 5