Replies: 1 comment
-
The issues board is for issues. Please do not post questions about your application there, that's what the discussions board is for. Your load balancer needs to use sticky sessions for this to work. See the documentation for details. |
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
-
I am trying to integrate this into a FastAPI application as an ASGI sub-application. It is deployed on Kubernetes and everything works fine with a single replica; as soon as i increase that it fails. I had thought by passing the redis server running on the cluster to the
client_manager
kwarg to thesocketio.AsyncServer
this would work, but i always get errors like below.Beta Was this translation helpful? Give feedback.
All reactions