Skip to content

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

@TillAlex

Description

@TillAlex

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions