I have a tauri command that takes a a screenshot and writes it to disk. If call this command multiple times in quick succession then reload my front end / webview the app crashes after successfully completing the previous commands.
Any ideas of why this would happen or how to prevent it?
I have a stack trace I could share as well.
Actually it is this issue:
https://github.com/tauri-apps/tauri/issues/9933
❓ Is this on the release branch? If not how can I use it if it is not yet?