mandrewcito / signalrcore

SignalR Core python client
https://mandrewcito.github.io/signalrcore/
MIT License
115 stars 53 forks source link

Incorrect comment in HubConnectionBuilder.build #76

Open rgov opened 2 years ago

rgov commented 2 years ago
    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.