Results 10 comments of Potato

This issue mostly occurs when using tauri SQL and http plugins, But the frequency of occurrence is very low, Is it because the interaction between JS and Rust is too...

PanicInfo { payload: Any { .. }, message: Some(called `Result::unwrap()` on an `Err` value: OsError { line: 1094, file: "C:\\Users\\Potato\\.cargo\\registry\\src\\index.crates.io-6f17d22bba15001f\\tao-0.28.1\\src\\platform_impl\\windows\\window.rs", error: IoError(Os { code: 1400, kind: Uncategorized, message: "ζ— ζ•ˆηš„ηͺ—口ε₯ζŸ„γ€‚" })...

@FabianLars @lucasfernog @amrbashir Can this issue be fixed as soon as possible

@amrbashir please look at https://github.com/tauri-apps/tauri/issues/10893

@amrbashir Okay, the above problem probably occurs in multi window situations. After the current window processes the data, it sends multiple events to the main window. The main window receives...