Replies: 1 comment
-
Yes, it looks like this is an issue with the docs. I have created a PR that addresses this issue (not only to Thanks for reporting. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
While I was reading the doc about "mergeAll" operator, it says like this:
.....The output Observable only completes once all inner Observables have completed....
Now, I am sure it is not enough to get a complete event once all inner observable "completes", but also the source (high level observable), should complete too.
A simple example which is attached in the site shows it
BTW, for switchAll, it is said:
.....
The resulting observable returned by switchAll will only complete if the source observable completes, and any currently subscribed to inner observable also has completed,
.....
Beta Was this translation helpful? Give feedback.
All reactions