Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Ensure self.tail_thread to be set before add_close_hook
The self.tail_thread attrbuite must to be set before adding the Tail._join_thread to prevent unable to use it on cleanup, otherwise sometimes will raise AttributeError. Signed-off-by: Yihuang Yu <[email protected]>
- Loading branch information