Skip to content
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

subscription will make the belt move, take should stop the belt #29

Open
andreElrico opened this issue Oct 1, 2020 · 1 comment
Open

Comments

@andreElrico
Copy link

andreElrico commented Oct 1, 2020

https://www.rxjs-fruits.com/take

take will complete and therefore unsubscribe => belt should stop moving then.

I believe same is true with from ? :/

@Sebi2020
Copy link

@andreElrico It completes the input Observable, not the output observable you receive after the take operation. You subscribe to this output observable, not to the input observable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants