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

session.save().await take forever on arm-unknown-linux-gnueabi #5

Closed
smmoosavi opened this issue Jan 28, 2021 · 3 comments
Closed

session.save().await take forever on arm-unknown-linux-gnueabi #5

smmoosavi opened this issue Jan 28, 2021 · 3 comments

Comments

@smmoosavi
Copy link

smmoosavi commented Jan 28, 2021

I tried to run my rust program on a raspberry pi zero, which has arm-unknown-linux-gnueabi architecture. but session.save().await take forever and never ends.

let p = session.save();
println!("login mutation, before wait");
let r = p.await;
println!("login mutation, after wait"); // never executed

I used MemoryStore.

@fundon
Copy link
Member

fundon commented Feb 9, 2021

Which rust version?

@smmoosavi
Copy link
Author

rustc --version
rustc 1.46.0 (04488afe3 2020-08-24)

@smmoosavi
Copy link
Author

I used a newer rust version with arm-unknown-linux-musleabi target, and the problem was fixed for me.

rustc 1.49.0 (e1884a8e3 2020-12-29)

@fundon fundon closed this as completed Feb 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants