Skip to content
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

After tornado upgraded to version 5.0, websocket disconnects immediately after connection #353

Closed
zczcmlml opened this issue Aug 20, 2018 · 7 comments

Comments

@zczcmlml
Copy link

No description provided.

@florian-leblanc
Copy link

Thanks for your help man i didn't know why it doesn't working. This is now working with the version tornado==4.5.3

@eugenfunk
Copy link

did you have to uninstall the newest tornado and installed the old 4.5.3?

@florian-leblanc
Copy link

Yea i did something like pip uninstall tornado and then pip install tornado==4.5.3.

@ghost
Copy link

ghost commented Aug 29, 2018

same here. Thanks !
You cant image how important this finding is. It is related many weird issues, people report with bson and apt-get ...

@florian-leblanc
Copy link

Btw i use the version 4.5.3 but maybe more recent version are working before the 5.0.

@kinergy
Copy link

kinergy commented Jan 15, 2019

Yea i did something like pip uninstall tornado and then pip install tornado==4.5.3.

This fixed it for me on Ubuntu 16.04 with ROS Kinetic. Interestingly, Ubuntu 18.04 with ROS Melodic did not require this fix. Not sure why. My specific test case is running the RBSManager example app on iOS to control Turtlesim.

@mvollrath
Copy link
Contributor

Thank you for the troubleshooting, I'm adding information on Tornado version issues in #397

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants