Open kotvrt opened 7 years ago
Hey guys, any updates on this issue? My colleague experiences similar problem.
@rassokhin-s I don't think they made some progress about it otherwise I guess the issue would have been updated. I abandonded the python library and ended up creating a small program in node.js to exploit the API...
@kotvrt thanks for reply!
Hello,
I'm using python 3.6 and I'm trying to connect to 2.x socket. The lib is socketIO-client-nexus 0.7.5. Here's the code:
I managed to connect to this websocket on only one occassion and I got the expected response.
As soon as I quit the program and tried reconnecting later on - I encounter one of the following two scenarios:
First - WinError 10054
If I try relaunching the program however, it appears that I manage to connect, following warning pops up only before the connection is closed:
Am I doing something wrong?