Many "Invalid session" errors #1322
Replies: 4 comments 3 replies
-
If this happens constantly then I think it should be investigated. It means that your client and your server do not recognize each other. This could happen, for example, if you have multiple servers in front of a load balancer, and for some reason the load balancer decides to reassign a given client to a different server worker that has no previous knowledge of the client. |
Beta Was this translation helpful? Give feedback.
-
@rossmacarthur Did you able to fix those errors on your side? if so, can you share me the points to resolve it. Because i am facing the same issue now. |
Beta Was this translation helpful? Give feedback.
-
Hello, We have this issue here. I am not sure how to configure my server (dokku EC2 instance) to assign the client to the same server. |
Beta Was this translation helpful? Give feedback.
-
I am getting the same problem and using fast-api in the backend along with socketio server together + |
Beta Was this translation helpful? Give feedback.
-
We are running socket.io with a TypeScript frontend and
python-socketio
on the backend. We often get logs likeIs this really an error? In what contexts does this happen? Is the backend or frontend doing something wrong? Nothing appears to be wrong in normal operation and the socket.io connection works fine in our product.
Beta Was this translation helpful? Give feedback.
All reactions