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

client: Avoid doing operations that may block in UI thread. #5

Closed
dmitshur opened this issue Jul 16, 2014 · 1 comment
Closed

client: Avoid doing operations that may block in UI thread. #5

dmitshur opened this issue Jul 16, 2014 · 1 comment

Comments

@dmitshur
Copy link
Collaborator

Currently, the /getfilename endpoint may block (especially if it's being used for the first time after a long period of time) and fail to succeed on the first try. This blocks the UI thread.

  1. Should never block UI thread.
  2. Should see if it helps to tweak the retry and timeout parameters/logic.
@dmitshur
Copy link
Collaborator Author

#6 fixed this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant