Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unbounded_send in core scheduler hangs in Android #1158

Closed
1 of 3 tasks
jkelleyrtp opened this issue Jul 5, 2023 · 0 comments · Fixed by #1428
Closed
1 of 3 tasks

unbounded_send in core scheduler hangs in Android #1158

jkelleyrtp opened this issue Jul 5, 2023 · 0 comments · Fixed by #1428
Labels
bug Something isn't working mobile Mobile renderer

Comments

@jkelleyrtp
Copy link
Member

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:

  • 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working mobile Mobile renderer
Projects
None yet
2 participants