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

Support ObserveOn And Known Schedulers #34

Open
RxDave opened this issue Jul 13, 2018 · 0 comments
Open

Support ObserveOn And Known Schedulers #34

RxDave opened this issue Jul 13, 2018 · 0 comments

Comments

@RxDave
Copy link
Owner

RxDave commented Jul 13, 2018

Currently, the ObserveOn operator can only be used with serializable IScheduler implementations; however, this is not the typically intended usage of ObserveOn. Rather, its usage implies that the server must perform scheduling using the specified scheduler, which is identified via a static property such as NewThreadScheduler.Default.

The client must rewrite queries containing constant scheduler references by replacing them with references to their corresponding static properties.

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

No branches or pull requests

1 participant