GoogleChromeLabs / GoogleChromeLabs/pywebsocket3
DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead
Open
- Dominant language
- Python
- Stars
- 45
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
When I run the unit tests I can see the following deprecation warning:
```
pywebsocket3/msgutil.py:130: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead
self.setDaemon(True)
```
Contributor guide
Assessment
This issue has not been assessed yet.