Skip to content

Update to v0.6.0

Compare
Choose a tag to compare
@DirectXMan12 DirectXMan12 released this 18 Feb 22:06
· 274 commits to master since this release

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