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

BugFix: Issue 431 Unsubscribe with Schedulers.newThread #472

Conversation

benjchristensen
Copy link
Member

Fix bug => Unsubscribing does not work when using subscribeOn(Schedulers.newThread())

I believe this fixes #431

The NewThreadScheduler was not using DiscardableAction that supports being unsubscribed.

benjchristensen added a commit that referenced this pull request Nov 7, 2013
…scribe

BugFix: Issue 431 Unsubscribe with Schedulers.newThread
@benjchristensen benjchristensen merged commit a57042c into ReactiveX:master Nov 7, 2013
@benjchristensen benjchristensen deleted the issue-431-newThreadUnsubscribe branch November 7, 2013 04:49
@cloudbees-pull-request-builder

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

rickbw pushed a commit to rickbw/RxJava that referenced this pull request Jan 9, 2014
…readUnsubscribe

BugFix: Issue 431 Unsubscribe with Schedulers.newThread
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

2 participants