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

History._load_history() is a blocking call #22

Closed
AndreMiras opened this issue Jun 18, 2017 · 0 comments
Closed

History._load_history() is a blocking call #22

AndreMiras opened this issue Jun 18, 2017 · 0 comments

Comments

@AndreMiras
Copy link
Owner

History._load_history() performs a call to pywalib.get_transaction_history() which is blocking.
It makes the UI freezes, but it should instead be ran asynchronously.

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

1 participant