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

Fixed the issue that 'take' does not call 'onError' #441

Merged
merged 1 commit into from
Oct 22, 2013

Conversation

zsxwing
Copy link
Member

@zsxwing zsxwing commented Oct 19, 2013

I fixed one of the issues in #417: System.out.println(Observable.from(1, 2, 3).take(1).map(f).toBlockingObservable().single()); is never terminated.

This issues is because take does not handle the exception throwing from onNext correctly.

@cloudbees-pull-request-builder

RxJava-pull-requests #359 FAILURE
Looks like there's a problem with this pull request

benjchristensen added a commit that referenced this pull request Oct 22, 2013
Fixed the issue that 'take' does not call 'onError'
@benjchristensen benjchristensen merged commit 3303dbd into ReactiveX:master Oct 22, 2013
@zsxwing zsxwing deleted the issue-417 branch October 23, 2013 03:08
rickbw pushed a commit to rickbw/RxJava that referenced this pull request Jan 9, 2014
Fixed the issue that 'take' does not call 'onError'
jihoonson pushed a commit to jihoonson/RxJava that referenced this pull request Mar 6, 2020
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

Successfully merging this pull request may close these issues.

None yet

3 participants