Have you thought about using the concat operator instead of merge to make sure they get emitted in…
Afzal Najam
12

Yeah, I actually linked Dan Lew’s post in my article since it was my inspiration for this implementation; our requirements are different though, in my case I wanted to:

a) Fire the 2 calls simultaneously and in parallel (concat operator enforces the order).

b) Update the cache with the network result and show the updated data (first operator discards the slower emissions).