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
In WASM. When I use httpclient putasync method put a large file about 100M, the UI blocked for 5s. I used InuptFile Component get the file. I tried cache the file in WASM virtual file system(not blocking in caching), then blocked in httpclient.putasync method.
The URL is different Origin, but surely, it support CORS, and always succeed, but blocking the UI.
Did any one encountered this problem?
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
Uh oh!
There was an error while loading. Please reload this page.
-
In WASM. When I use httpclient putasync method put a large file about 100M, the UI blocked for 5s. I used InuptFile Component get the file. I tried cache the file in WASM virtual file system(not blocking in caching), then blocked in httpclient.putasync method.
The URL is different Origin, but surely, it support CORS, and always succeed, but blocking the UI.
Did any one encountered this problem?
Beta Was this translation helpful? Give feedback.
All reactions