-
Notifications
You must be signed in to change notification settings - Fork 205
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
when connect to server,raise StopIteration #170
Comments
def _read_packet_length(content, content_index):
It works, but I don't know what where happen |
I found on server, the socekt.io version is 2.0.x, I think I should found the difference |
socketio/socket.io#2833 |
Likely relevant: #159 |
https://github.com/nexus-devs/socketIO-client-2.0.3, have solve the problem |
when connect to server, I got return
97:0{"sid":"cHjXNrXgO3JKL2rgAAAz","upgrades":["websocket"],"pingInterval":25000,"pingTimeout":60000}
however , socketIO-client raise StopIteration Exception.
I review the code , found funciton _read_packet_length in parsers.py, using ASCII to measure the length. That's the problem, I suppose.
The text was updated successfully, but these errors were encountered: