mandrewcito / signalrcore

SignalR Core python client

Home Page:https://mandrewcito.github.io/signalrcore/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect comment in HubConnectionBuilder.build

rgov opened this issue · comments

    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.