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
Currently the generated C# hub methods do not use the type template parameters for hub methods with return types. Because of this the return type of InvokeAsync is Task instead of Task while the return type of the generated hub method has the correct return type Task. This leads to compile errors in my case.
The text was updated successfully, but these errors were encountered:
Currently the generated C# hub methods do not use the type template parameters for hub methods with return types. Because of this the return type of InvokeAsync is Task instead of Task while the return type of the generated hub method has the correct return type Task. This leads to compile errors in my case.
The text was updated successfully, but these errors were encountered: