darrylluther

Results 2 comments of darrylluther

I was able to resolve this issue by simply setting the UseDefaultCredentials configuration option to true: ``` this.hubConnection = new HubConnectionBuilder() .WithUrl( hubUrl, config => config.UseDefaultCredentials = true) .WithAutomaticReconnect() .Build();...

Almost 2 years and this is still awaiting a response? @captainsafia Any updates?