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

Duplex Task<T> #21

Open
RxDave opened this issue Jul 10, 2016 · 0 comments
Open

Duplex Task<T> #21

RxDave opened this issue Jul 10, 2016 · 0 comments

Comments

@RxDave
Copy link
Owner

RxDave commented Jul 10, 2016

Implement duplex support for Task<T> similar to IObservable<T>.

Primary use case:
When closing over a local method for duplex invocation, the server blocks until the client returns. This is inefficient; however, if you define an async method instead (that returns Task or Task<T>, but not void), then the query will fail because it would try to serialize the Task result to the server rather than installing a proxy, like it does for IObservable<T> closures.

@RxDave RxDave pinned this issue Jan 9, 2019
@RxDave RxDave unpinned this issue Jan 9, 2019
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