Hello,
we use Localazy plugin in our project but our app uses more than one pod. This means if we try to translate something, we sometimes end up on a different K8s pod. This results in WebSocket connection loses Session ID, and as Localazy uses socket.io (engine.io) we sometimes end up with "Session ID unknown" and cannot translate content.
When translating content, requests can be routed to different pods by our load balancer, causing WebSocket connections to fail.
Is there any way to make Localazy Plugin running on more than one pod?