Hi,
We have auto scaling group behind the application gateway. In my application I am connected to the instances with web socket connection. When a new instance created, I lost all websocket connections with the existing instances. How can I solve this issue ?
Thanks.