nebula-python icon indicating copy to clipboard operation
nebula-python copied to clipboard

DeprecationWarning: `timer.setDaemon()`

Open doublex opened this issue 10 months ago • 1 comments

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)

doublex avatar Mar 29 '24 21:03 doublex

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!

wey-gu avatar Mar 30 '24 10:03 wey-gu