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

Incorrect comment in HubConnectionBuilder.build #76

Open
rgov opened this issue Dec 7, 2021 · 0 comments
Open

Incorrect comment in HubConnectionBuilder.build #76

rgov opened this issue Dec 7, 2021 · 0 comments

Comments

@rgov
Copy link

rgov commented Dec 7, 2021

    def build(self):
        """Configures the connection hub
        ...
        Returns:
            [HubConnectionBuilder]: [self object for fluent interface purposes]
        """

This no longer returns the self object since the method was refactored to return the HubConnection directly.

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

No branches or pull requests

1 participant