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

Cannot login after logout #19

Closed
kaloyan-raev opened this issue Apr 19, 2018 · 3 comments
Closed

Cannot login after logout #19

kaloyan-raev opened this issue Apr 19, 2018 · 3 comments
Assignees

Comments

@kaloyan-raev
Copy link
Collaborator

Steps to reproduce:

  1. Logout
  2. Login by manually entering login info
  3. The app hangs (not always, but very often)
  4. Kill the app
  5. Login manually again - this time it works

I noticed that login hangs very often after logout, but work always after killing the app.

@kaloyan-raev
Copy link
Collaborator Author

Actually, I can reproduce it with the Hello Storj app too. So it might be yet another event loop issue in the android-libstorj library. I'll do further investigation.

@kaloyan-raev kaloyan-raev self-assigned this Apr 19, 2018
@NikolaiYurchenko
Copy link
Contributor

We are using this flow now:

  1. verifyKeys()
  2. importKeys()
  3. deleteKeys()
    and then we are stacking on second verifyKey(). This method does not return control

@kaloyan-raev
Copy link
Collaborator Author

The fix is available in android-libstorj 0.7.2.

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