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:
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