vesoft-inc / nebula-python

Client API of Nebula Graph in Python
184 stars 76 forks source link

DeprecationWarning: `timer.setDaemon()` #328

Open doublex opened 3 months ago

doublex commented 3 months ago

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 commented 3 months ago

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!