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

thread locks and daemon #205

Merged
merged 9 commits into from
Jul 10, 2020
Merged

thread locks and daemon #205

merged 9 commits into from
Jul 10, 2020

Conversation

stepansnigirev
Copy link
Collaborator

Flask is running in multithreading mode, this causes problems with file access and device access as well.
This PR adds thread locks to make sure two threads don't interfere if they want to use the same resource.

Maybe close #203

@stepansnigirev
Copy link
Collaborator Author

I returned back Daemonize as it was only causing issues on MacOS with python3.7.
So instead it warns the user that better to upgrade to python3.8.

@stepansnigirev stepansnigirev merged commit 2750afe into cryptoadvance:master Jul 10, 2020
@stepansnigirev stepansnigirev deleted the fix-daemonize branch July 10, 2020 16:26
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

Successfully merging this pull request may close these issues.

Ledger - HWI-Bridge call returned with an error: Internal error: open failed
2 participants