Replies: 1 comment
-
It may seem inexplicable, but that is how the Socket.IO protocol has always worked.
The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am running python-socketio version 5.3.0.
This inexplicably tries to load the URL
https://localhost/socket.io/?transport=polling&EIO=4
, ignoring the path/my-app/
that I provided in theurl
parameter.This works:
The
socketio_path
parameter is not documented on https://python-socketio.readthedocs.io/en/latest/client.html#connecting-to-a-serverBeta Was this translation helpful? Give feedback.
All reactions