wry
wry copied to clipboard
Dead lock with handle_request on android
Describe the bug From a Dioxus app, handle_request enters a dead lock on android, not on on windows
Steps To Reproduce
Expected behavior no lock
If applicable, add screenshots to help explain your problem.
Platform and Versions (please complete the following information): OS: Andoid "any" version Rustc: 1.85.0
Additional context I ended using a RwLock instead of a Mutex for REQUEST_HANDLER and everything seems to work well