Huge blazorpack bytes buffer when using Blazor Virtualize component #44727
Labels
area-blazor
Includes: Blazor, Razor Components
feature-blazor-virtualization
This issue is related to the Blazor Virtualize component
✔️ Resolution: Duplicate
Resolved as a duplicate of another issue
Status: Resolved
Is there an existing issue for this?
Describe the bug
Here is a blazor page (blazor server):
Test.razor:
This is a very basic page which displays string in a Virtualize component.
Expected Behavior
The behavior is correct but I have a big amount of data in the websocket channel when scrolling.
I have see this frame in google chrome websocket messages.
In the bottom, I can see my datas.
But I can see a lot of useless bytes (0xFFFF, 0x0700, 0x0000, ...)
My sample page is very basic.
I have to write an application with a lot of columns and rows and I have performance issues.
I can see messages of more than 1Mb !
I think there is a problem in Blazorr internals: bytes from 00000003 to 000000c2 in my example are useless.
The text was updated successfully, but these errors were encountered: