The Socket server grants at most one ticket per client IP. That was nice in the classroom, when everyone connected directly to the same WLAN. But it doesn't work when the server is hosted in a Kubernetes cluster in the Cloud. There's a routing component in the way, and all the client IPs are the same.
Disable the client IP check when running as a pod.
The Socket server grants at most one ticket per client IP. That was nice in the classroom, when everyone connected directly to the same WLAN. But it doesn't work when the server is hosted in a Kubernetes cluster in the Cloud. There's a routing component in the way, and all the client IPs are the same.
Disable the client IP check when running as a pod.