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

TakeUntil behaves differently to ReactiveX documentation #337

Open
riichinomics opened this issue Dec 5, 2021 · 0 comments
Open

TakeUntil behaves differently to ReactiveX documentation #337

riichinomics opened this issue Dec 5, 2021 · 0 comments
Assignees
Labels
bug report Reported bug.

Comments

@riichinomics
Copy link

Describe the bug
According to the ReactiveX documentation mentioned on the original ticket TakeUntil should accept a second observable.

Currently the RxGo TakeUntil function is almost identical to TakeWhile, with the result of the predicate inverted.

Expected behavior
TakeUntil accepts a second Observable, emitting items from the Observable receiver until the second Observable emits any item or terminates.

@riichinomics riichinomics added the bug report Reported bug. label Dec 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Reported bug.
Projects
None yet
Development

No branches or pull requests

2 participants