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
Websockets fail to work after upgrading to 1.0.0 #466
Comments
|
Have you looked at the release notes? http://channels.readthedocs.io/en/latest/releases/1.0.0.html You need to change your connect consumers after the upgrade to either send back |
|
Awesome! It works. I'll go through the release notes next time. 👍 |
|
Thanks Andrew! |
|
Hi @andrewgodwin |
|
@njordr You have to make a change in consumers.py, not in the front-end. See the example here: http://channels.readthedocs.io/en/latest/generics.html#websockets |
|
Many thanks :) |
Hello,
I have just upgraded to channels 1.0.0 (
pip install channels --upgrade) and now the websockets fail to work. Everything works fine withchannels 0.17.3anddaphne 0.15.0. Are there any code changes I need to make after upgrading?Here is my
pip list:I start
daphneandrunworkerthis way:Debug info
daphne:Debug info
runworker:I'm running Windows 10, python 2.7.12.
The text was updated successfully, but these errors were encountered: