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 an using fileStreamResult to implements download a large file in back-end,it return a stream to the front-end,and using streamSaver to recieve the stream and write to the loacl file. But when i pause the download ,the google browser memory usage blow up and then crashes.How can i fix it ?
and front-end code:
The text was updated successfully, but these errors were encountered:
I an using fileStreamResult to implements download a large file in back-end,it return a stream to the front-end,and using streamSaver to recieve the stream and write to the loacl file. But when i pause the download ,the google browser memory usage blow up and then crashes.How can i fix it ?
and front-end code:
The text was updated successfully, but these errors were encountered: