You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
since a few days we/customers are seeing white pages where Blazor server app (.net 8) seems to be loading or slow.
we see "negotiate?negotiateVersion=1" taking a lot of time to respond (waiting for server response):
I don't know if it is related but we've seen this more on Windows 10 compared to Windows 11.
Is this a known bug?
Any suggestions on how to figure out why the blazor server/signalr negotiation is taking so long to respond? or how to debug this initial loading issue.
initial thought was that there was an issue with websockets but don't know where you can see how many of total websockets are currently in use (e.g. in case something is leaking).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
since a few days we/customers are seeing white pages where Blazor server app (.net 8) seems to be loading or slow.
we see "negotiate?negotiateVersion=1" taking a lot of time to respond (waiting for server response):
I don't know if it is related but we've seen this more on Windows 10 compared to Windows 11.
Is this a known bug?
Any suggestions on how to figure out why the blazor server/signalr negotiation is taking so long to respond? or how to debug this initial loading issue.
initial thought was that there was an issue with websockets but don't know where you can see how many of total websockets are currently in use (e.g. in case something is leaking).
Beta Was this translation helpful? Give feedback.
All reactions