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

websocket support #117

Closed
GvS666 opened this issue Jul 24, 2010 · 2 comments
Closed

websocket support #117

GvS666 opened this issue Jul 24, 2010 · 2 comments

Comments

@GvS666
Copy link

GvS666 commented Jul 24, 2010

I'm working on web app using tornado with websockets and now suddenly they are not supported anymore. Any ETA on new version of websockets?

@bdarnell
Copy link
Member

The old version of websockets was only supported in Chrome 5, and will stop working when Chrome 6 is released (the latest versions of Safari and Firefox also only support the new version of websockets). There is an implementation of the new protocol here, which may get merged back in for tornado 1.1: http://github.com/eklitzke/tornado/blob/draft76/tornado/websocket.py

@GvS666
Copy link
Author

GvS666 commented Jul 24, 2010

Thank you!

This issue was closed.
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

2 participants