-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Closed
Labels
✔️ Resolution: AnsweredResolved because the question asked by the original author has been answered.Resolved because the question asked by the original author has been answered.Status: Resolvedarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Componentsquestion
Description
Blazor server side - .NET Core 3.1
I am receiving information in a background thread (socket), and am rendering the information through a Blazor component. As the frequency of information from the background thread increases, and I issue StateHasChanged in my component to reflect the new state on the screen, the results are very "janky". From a high-level, it really just seems like the Blazor internals is buffering a number of states before they get set out to the client.
Is there any way to force the Blazor/SignalR pipeline to force an update to the client, to avoid what appears to be batching?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
✔️ Resolution: AnsweredResolved because the question asked by the original author has been answered.Resolved because the question asked by the original author has been answered.Status: Resolvedarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Componentsquestion