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

ExecutorScheduler delivers uncaught exceptions #1767

Merged
merged 1 commit into from
Oct 16, 2014

Conversation

loganj
Copy link
Contributor

@loganj loganj commented Oct 16, 2014

Instead of swallowing unhandled errors, ExecutorScheduler delivers them
to the executing thread's UncaughtExceptionHandler.

This addresses the same issue as #1682, but for
ExecutorScheduler which does not used ScheduledAction.

Instead of swallowing unhandled errors, ExecutorScheduler delivers them
to the executing thread's UncaughtExceptionHandler.

This addresses the same issue as ReactiveX#1682, but for
ExecutorScheduler which does not used ScheduledAction.
benjchristensen added a commit that referenced this pull request Oct 16, 2014
ExecutorScheduler delivers uncaught exceptions
@benjchristensen benjchristensen merged commit 032ae8d into ReactiveX:1.x Oct 16, 2014
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.

2 participants