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

set lock_renewal_thread daemon property has a bug #116

Open
zhjchina opened this issue May 31, 2024 · 0 comments
Open

set lock_renewal_thread daemon property has a bug #116

zhjchina opened this issue May 31, 2024 · 0 comments

Comments

@zhjchina
Copy link

zhjchina commented May 31, 2024

in version v4.0.0, there is a bug: after create lock_renewal_thread thread, set demon = True,the word is wrong, not "demon", but "daemon",source code as follows
self._lock_renewal_thread.demon = True

the right code as follows
self._lock_renewal_thread.daemon = True

@zhjchina zhjchina changed the title lock_renewal_thread is not a daemon thread set lock_renewal_thread daemon property has a bug May 31, 2024
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