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.