We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9165b9f commit 9feca80Copy full SHA for 9feca80
src/web/Jordnaer/SignalR/AuthenticatedSignalRClientBase.cs
@@ -38,7 +38,7 @@ protected AuthenticatedSignalRClientBase(
38
39
public async Task StartAsync(CancellationToken cancellationToken = default)
40
{
41
- if (!Started && HubConnection is not null)
+ if (!Started && HubConnection?.State is HubConnectionState.Disconnected)
42
43
_logger.LogDebug("Starting SignalR Client");
44
0 commit comments