Conversation
socketIO_client/transports.py
Outdated
| except UnicodeDecodeError as error: | ||
| if self.bw_comp: | ||
| raise error | ||
|
|
|
Hi, do you have any progress estimates on if and when this will get accepted? We are strugling with finding a working python client for socketio 2.x. Thanks! |
|
@juhhov ready for merging? |
|
@Hernrup have you tried this PR yet - does it work in your case? double e2e testing would be more than welcome :) |
|
@jupe actually no but I'll give it a try when I get to work tomorrow and let you know how it goes! |
|
Im sorry to say that my issues persist with the new version. Serverpython-socketio==2.0.0 Test clientResultIt immediately falls back to 1.0 and then chooses polling as transport when handshake can not be established. Some basic polling over GET seems to work But some over post fails (wrong protocal? socketIO 1.x?) Ill keep digging but this might provide you with some more insite. Thanks! |
Target is to support 1.x and 2.x socketio versions. Need to figure out how to detect which version server is running.