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

Generated C# hubs do not use the type parameter of InvokeAsync for methods with return type #51

Open
TillAlex opened this issue Aug 16, 2022 · 0 comments · May be fixed by #52
Open

Generated C# hubs do not use the type parameter of InvokeAsync for methods with return type #51

TillAlex opened this issue Aug 16, 2022 · 0 comments · May be fixed by #52

Comments

@TillAlex
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant