Skip to content

Commit

Permalink
Update AuthenticatedSignalRClientBase.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Feb 24, 2024
1 parent 3e62066 commit 49ccadd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/web/Jordnaer/SignalR/AuthenticatedSignalRClientBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ protected AuthenticatedSignalRClientBase(
protected HubConnection? HubConnection { get; }

public async Task StartAsync(CancellationToken cancellationToken = default)
{
{
//TODO: SignalR is flaky on Azure, maybe locally, investigate
if (!Started && HubConnection is not null)
{
_logger.LogDebug("Starting SignalR Client");
Expand Down

0 comments on commit 49ccadd

Please sign in to comment.