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: Observable.observeOn Scheduler Lost RequestContext #185

Merged
merged 1 commit into from
Sep 27, 2013
Merged

BugFix: Observable.observeOn Scheduler Lost RequestContext #185

merged 1 commit into from
Sep 27, 2013

Conversation

benjchristensen
Copy link
Contributor

The HystrixRequestContext was not being copied across Rx Scheduler boundaries. It now is by using a HystrixContextScheduler similar to HystrixContextCallable/HystrixContextRunnable.

The HystrixRequestContext was not being copied across Rx Scheduler boundaries. It now is by using a HystrixContextScheduler similar to HystrixContextCallable/HystrixContextRunnable.
@cloudbees-pull-request-builder

Hystrix-pull-requests #51 FAILURE
Looks like there's a problem with this pull request

@benjchristensen
Copy link
Contributor Author

Tests passing locally so I'm considering the failure unrelated.

BUILD SUCCESSFUL

Total time: 1 mins 0.223 secs

benjchristensen added a commit that referenced this pull request Sep 27, 2013
BugFix: Observable.observeOn Scheduler Lost RequestContext
@benjchristensen benjchristensen merged commit 9a20e1b into Netflix:master Sep 27, 2013
@benjchristensen benjchristensen deleted the request-context branch September 27, 2013 04:21
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