Compare commits
No commits in common. "8d9b3bf072886c94e70cc9d0af424abf7597a602" and "714b3768205a04c69209db756dfae992bb2cb8e5" have entirely different histories.
8d9b3bf072
...
714b376820
|
|
@ -30,7 +30,7 @@ namespace TIAMWebApp.Shared.Application.Utility
|
|||
await _hubConnection.StartAsync();
|
||||
|
||||
if (_hubConnection.State != HubConnectionState.Connected)
|
||||
await TaskHelper.WaitToAsync(() => _hubConnection.State == HubConnectionState.Connected, 10000, 10, 25);
|
||||
await TaskHelper.WaitToAsync(() => _hubConnection.State == HubConnectionState.Connected, 3000, 100);
|
||||
}
|
||||
|
||||
public async Task StopConnection()
|
||||
|
|
|
|||
Loading…
Reference in New Issue