You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 returnsTask<T>
. However, this throws anSystem.NotImplementedException
with the messageWebSocketsHubLifetimeManager
1 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 withHubContext
.The text was updated successfully, but these errors were encountered: