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 Client Results with ServiceHubContext #1756

Open
muj-beg opened this issue Feb 18, 2023 · 0 comments
Open

Support Client Results with ServiceHubContext #1756

muj-beg opened this issue Feb 18, 2023 · 0 comments
Assignees

Comments

@muj-beg
Copy link

muj-beg commented Feb 18, 2023

Is your feature request related to a problem? Please describe.

I have a .NET 7 project which uses ServiceManager.CreateHubContextAsync<T> to get a proxy, and then calls a method on the hub context the returns Task<T>. However, this throws an System.NotImplementedException with the message WebSocketsHubLifetimeManager1 does not support client return values.`. Can we please have support for this?

Describe the solution you'd like

I would like to be ablet to get client results from ServiceHubContext, similar to what we can do in .NET 7 with HubContext.

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

2 participants