You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For whatever reason the unbounded_send method on futures-channel just hangs.
All the dioxus stuff on android works fine, but I can't for the life of me debug why that's happening.
It means we can handle events, but we can't seem to call "needs_update" - or any number of other methods. use_future also just hangs the rendering entirely.
Maybe someone with more android knowledge knows more than me here? Do people ship Rust on Android and not run into this?
Environment:
Dioxus version: [master]
Rust version: [1.70]
OS info: [macOS]
App platform: [android]
Questionnaire
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
The text was updated successfully, but these errors were encountered:
Problem
Android is broken for me :(
For whatever reason the unbounded_send method on futures-channel just hangs.
All the dioxus stuff on android works fine, but I can't for the life of me debug why that's happening.
It means we can handle events, but we can't seem to call "needs_update" - or any number of other methods. use_future also just hangs the rendering entirely.
Maybe someone with more android knowledge knows more than me here? Do people ship Rust on Android and not run into this?
Environment:
master
]android
]Questionnaire
The text was updated successfully, but these errors were encountered: