**Problem** <!-- A clear and concise description of what the bug is. --> On Windows 11, it looks like `--hot-patch` triggers a crash on server code reload, and after interacting with the backend. **Steps To Reproduce** Steps to reproduce the behavior: - dx new app - enable jumpstart, fullstack, & router - dx run --hot-patch - go to echo.rs & modify server code - now focus the app and modify the input to be echoed back [log.txt](https://github.com/user-attachments/files/22866044/log.txt) **Expected behavior** <!-- A clear and concise description of what you expected to happen. --> Potentially either for this to work, or trigger a fallback to a full reload when detected. **Screenshots** https://github.com/user-attachments/assets/e0ae9719-1e58-4e45-bd45-478fc4a6c0d4 <!-- If applicable, add screenshots to help explain your problem. --> **Environment:** - Dioxus version: v0.17rc1 - Rust version: stable-x86_64-pc-windows-msvc (1.90) <!-- e.g., 1.123.0, nightly --> - OS info: Windows 11 10.0.26100 <!-- e.g., macOS, NixOS 25.05 --> - App platform: Desktop <!-- e.g., web, desktop --> **Questionnaire** <!-- If you feel up to the challenge, please uncomment applicable lines below: --> <!-- I'm interested in fixing this myself but don't know where to start. --> <!-- I would like to fix and I have a solution. --> <!-- I don't have time to fix this right now, but maybe later. -->