heh, I recently had the opposite problem with RxSw...
# rx
a
heh, I recently had the opposite problem with RxSwift Ultimately, it happens because
just
(as well as
fromArray()
and some others) is a synchronous source. When
combineLatest
subscribes to it,
just
reacts by looping through its items and emitting them Since in your code it all happens in the same thread, there is no chance for
combineLatest
to even subscribe to the second observable before first one completes