-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken when using cherrypy>=11.1.0 #15
Comments
Temporary workaround is to use cherrypy>=10.0.0,<=11.0.0
|
Release 0.5.1 contains the temporary workaround, but will leave this ticket open until the upstream issue is resolved and the workaround can be reverted. |
The underlying cause is pypa/pip#4887 |
Now works for ws4py==0.4.3 and CherryPy==13.1.0 |
Will leave on current fix that requires CherryPy >= 10.0.0 and <= 11.0.0. Please raise an issue if this causes problems for your project. |
CII or TS servers are currently broken when using cherrypy>=11.1.0
This appears to be an upstream problem. See Lawouach/WebSocket-for-Python#235
The text was updated successfully, but these errors were encountered: