Blazor Server UI hangs under high network traffic #29039
Unanswered
openbullet
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have a blazor server project in which the server is also performing a lot of HTTP requests (this is a requirement).
When this happens, the thread that should communicate with the client via SignalR is really slow and hangs for plenty of seconds. Is there a way to prioritize the SignalR communication with respect to all other network resources used by HttpClient instances?
I know splitting the blazor server and the network-heavy workload into 2 services on 2 different machines is probably the best idea, but I want to know if there's an easier solution that doesn't require rethinking the whole infrastructure. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions