Hello,
Code example 4.7 (Delay shifts the entire observable sequence) p. 100, would be driving the point better if Observable.from was used instead of Observable.of. Then indeed, I would expect individual elements to be delayed, and be surprised that they all come together. As it stands, it's a single element sequence, so no wonder the whole array is delayed.
Thanks,
MK
|