Skip to content

Commit

Permalink
fix: ServerStreamPage.razor - add delay on retry
Browse files Browse the repository at this point in the history
  • Loading branch information
alexyakunin committed Oct 11, 2023
1 parent cb74968 commit e8661f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Blazor/UI/Pages/ServerStreamPage.razor
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
}
catch {
// Retrying until cancellation
await Task.Delay(250, cancellationToken).ConfigureAwait(false);
}
}
}, cancellationToken);
Expand Down

0 comments on commit e8661f1

Please sign in to comment.