[Blazor] Interactive root component operations may exceed default SignalR message size
Open
area-blazor
Blazor ♥ SignalR
enhancement
Pillar: Technical Debt
Priority:2
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 290
Description
If a Blazor endpoint renders too many interactive server root components on the page at once, the message that contains each root component marker may exceed the default SignalR message size limit. This causes the app to stop working.
I was able to hit this limit in my testing with only ~28 root components.
Contributor guide
Assessment
This issue has not been assessed yet.