Open rgov opened 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.
This no longer returns the self object since the method was refactored to return the HubConnection directly.