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

2.0.3 Single.takeUntil() crashes #4961

Closed
skgmn opened this issue Jan 6, 2017 · 2 comments
Closed

2.0.3 Single.takeUntil() crashes #4961

skgmn opened this issue Jan 6, 2017 · 2 comments

Comments

@skgmn
Copy link

skgmn commented Jan 6, 2017

Single<T> main;
Flowable<T> other;

main.takeUntil(other.take(1)).subscribe(...);

This pseudo-code crashes when other emits an item. SingleTakeUntil.TakeUntilOtherSubscriber.onCompleted() is called twice and second call generate a crash. Please fix this.

@akarnokd
Copy link
Member

akarnokd commented Jan 6, 2017

Please provide the crash stacktrace.

@akarnokd
Copy link
Member

akarnokd commented Jan 6, 2017

Closing via #4962

@akarnokd akarnokd closed this as completed Jan 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants