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
When I connect a SignalR client from front end, server throws error and client is unable to recieve any messsages.
Error:
fail: SignalR.Orleans.OrleansHubLifetimeManager[0]
An error has occurred 'OnConnectedAsync' while adding connection snI4GUTd8dlngtX6C7289A [hub: ContactLensHub (serverId: 286d4169-dc6e-407c-8f93-b3d8eef595e7)]
System.MissingMethodException: Method not found: 'System.Threading.Tasks.ValueTask Orleans.Runtime.GrainReference.InvokeAsync(Orleans.Serialization.Invocation.IInvokable)'.
at OrleansCodeGen.SignalR.Orleans.Clients.Proxy_IClientGrain.global::SignalR.Orleans.Clients.IClientGrain.OnConnect(Guid arg0)
at SignalR.Orleans.OrleansHubLifetimeManager`1.OnConnectedAsync(HubConnectionContext connection)
It works fine if I rollback Orleans Server and Streaming to 7.1.0
The text was updated successfully, but these errors were encountered:
I am using the package version as below.
When I connect a SignalR client from front end, server throws error and client is unable to recieve any messsages.
Error:
fail: SignalR.Orleans.OrleansHubLifetimeManager[0]
An error has occurred 'OnConnectedAsync' while adding connection snI4GUTd8dlngtX6C7289A [hub: ContactLensHub (serverId: 286d4169-dc6e-407c-8f93-b3d8eef595e7)]
System.MissingMethodException: Method not found: 'System.Threading.Tasks.ValueTask Orleans.Runtime.GrainReference.InvokeAsync(Orleans.Serialization.Invocation.IInvokable)'.
at OrleansCodeGen.SignalR.Orleans.Clients.Proxy_IClientGrain.global::SignalR.Orleans.Clients.IClientGrain.OnConnect(Guid arg0)
at SignalR.Orleans.OrleansHubLifetimeManager`1.OnConnectedAsync(HubConnectionContext connection)
It works fine if I rollback Orleans Server and Streaming to 7.1.0
The text was updated successfully, but these errors were encountered: