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 Nested IQbservable #9

Open
RxDave opened this issue May 22, 2016 · 2 comments
Open

Support Nested IQbservable #9

RxDave opened this issue May 22, 2016 · 2 comments

Comments

@RxDave
Copy link
Owner

RxDave commented May 22, 2016

Services that are themselves clients of upstream Qactive services (or any other IQbservable<T> implementation) may wish to expose their IQbservable<T> to downstream clients. Ensure that this is possible.

@RxDave
Copy link
Owner Author

RxDave commented May 26, 2016

This may be difficult since C# doesn't respect nested providers. The expression following a nested IQbservable<T> seems to always be part of the outer query expression, while the IQbservable<T> reference itself is just a single ConstantExpression within the outer expression tree.

@RxDave
Copy link
Owner Author

RxDave commented Jan 8, 2017

One of my labs targeting the latest version of C# actually seemed to have the expected behavior, although I'm not exactly sure yet. Leaving this item open as a reminder to have a deeper look again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant