-
Notifications
You must be signed in to change notification settings - Fork 21
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 locking #14
Comments
Hi @terzano Can you provide a reproducible demo? |
I have the same problem
|
+1 I fixed mine by reverting to python3.6.. |
I think this is not a thread locking problem. It's just because there is a thread keeps running after the main thread is finished. And this problem is already solved by the PR #7 , but it's not updated at Pypi(https://pypi.org/project/pymysql-pooling/). I think Pypi update is needed. @prprprus |
Worked for me when adding the daemon parameter in pool.py from PR #7 , thank you! How come is this still not updated at Pypi? |
I am experiencing a thread lock and the application won't exit. I am using pyMySQL 0.9.3 and PyMySQLPool 1.0.6.
Any suggestions? Thanks
The text was updated successfully, but these errors were encountered: