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
When I want to use tauri's fetch function to send data to my python program ( this program start in tauri::Command), I send it smoothly and get response in the first time, and when I send data to the same url the second time, the fetch function gets stuck in the "req.arrayBuffer()" step and keeps asking for memory. Until the webview crashes.
This only happens in release mode, not in dev mode
Reproduction
No response
Expected behavior
This only happens in release mode, not in dev mode。
I just call the function above:
Please provide a minimal repro as I wasn't able to reproduce
I try to use origin fetch, axios and reqwest (provide a invoke interfece for js to call) to replace tauri http and I found it happen in every function which is return promise when it call in el-dialog for element-plus, Later I will try to provide a minimal repro to you
Describe the bug
When I want to use tauri's fetch function to send data to my python program ( this program start in tauri::Command), I send it smoothly and get response in the first time, and when I send data to the same url the second time, the fetch function gets stuck in the "req.arrayBuffer()" step and keeps asking for memory. Until the webview crashes.
This only happens in release mode, not in dev mode
Reproduction
No response
Expected behavior
This only happens in release mode, not in dev mode。
I just call the function above:
default.json
Full
tauri info
outputStack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: