-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(operators): write comprehensive JSDoc on the buffer operators #1485
Conversation
* However, when a new nested Observable is emitted, `switch` stops emitting | ||
* items from the earlier-emitted nested Observable and begins emitting items | ||
* from the new one. It continues to behave like this for subsequent nested | ||
* Observables. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will it makes sense to mention switch
also handles subscription when switching occurs? I remember someone have asked if it's needed to explicitly manage inner subscription after switching.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point. But let's talk about this in PR #1473 which is the one that has the commit for switch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool :)
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Merge after PR #1473 is merged