Update to v0.6.0
Note: This release breaks existing code which sub-classes WebsocketProxy
. See pull requests #110 and #111 for more information, or see the following gist for an example on how to update your code: DirectXMan12/gist:9080857
Major Changes
- Refactor to use standard SocketServer RequestHandler design
- Fix bug causing zombie processes on certain systems when using
multiprocessing
- Log using python
logging
module instead of printing directly to stdout/stderr - Add better unit tests