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
I increased the buffer size and I am now able to download my 110MB exe file but it takes 2 minutes for the download dialog to appear. I am using Blazor server app.
The next link is the signal r documentation and based on this you need to do buffer management based on your signal r ApplicationMaxBufferSize and TransportMaxBufferSize
ApplicationMaxBufferSize is the incoming connection buffer size
TransportMaxBufferSize is the outgoing connection buffer size (This is the one you need to increase download speed)
Hi
I increased the buffer size and I am now able to download my 110MB exe file but it takes 2 minutes for the download dialog to appear. I am using Blazor server app.
Is there a way of speeding the download up?
Thanks
Originally posted by @ltemimi in #24 (comment)
The text was updated successfully, but these errors were encountered: