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

DeprecationWarning: timer.setDaemon() #328

Open
doublex opened this issue Mar 29, 2024 · 1 comment
Open

DeprecationWarning: timer.setDaemon() #328

doublex opened this issue Mar 29, 2024 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@doublex
Copy link

doublex commented Mar 29, 2024

No bug:

/home/login/.local/lib/python3.10/site-packages/nebula3/gclient/net/ConnectionPool.py:316: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead
  timer.setDaemon(True)
@wey-gu
Copy link
Contributor

wey-gu commented Mar 30, 2024

No bug:


/home/login/.local/lib/python3.10/site-packages/nebula3/gclient/net/ConnectionPool.py:316: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead

  timer.setDaemon(True)

Thanks, @doublex would you mind to pr to fix this warning?

Thanks!

@QingZ11 QingZ11 added the type/question Type: question about the product label Apr 7, 2024
@wey-gu wey-gu added help wanted Extra attention is needed good first issue Good for newcomers and removed type/question Type: question about the product labels May 11, 2024
@wey-gu wey-gu changed the title DeprecationWarning DeprecationWarning: timer.setDaemon() May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants