Skip to content

set lock_renewal_thread daemon property has a bug #116

@zhjchina

Description

@zhjchina

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions