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

tornado expects bytes but TornadoWebSocketClient gives strings #71

Closed
pedrudehuere opened this issue Jan 9, 2013 · 1 comment
Closed

Comments

@pedrudehuere
Copy link

had this on python 3.2
File: ws4py/client/tornadoclient.py
line 40: b"\r\n\r\n" in stead of "\r\n\r\n"
line 45: b'\r\n' instead of '\r\n'

@Lawouach
Copy link
Owner

I believe this was fixed with 0.3.2

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

No branches or pull requests

2 participants