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) ```
When I run the unit tests I can see the following deprecation warning: