Cannot establish connection to sockets on a specified path in a flask application on ECS service
`I have a flask application that has a an healthcheck https route /my-route and I want my socket connection to get established at /my-route/socket , when i configure the code accordingly and build docker image and run locally, the connection established on ws://localhost:3090/my-route/socket
but after deploying the image to ECS service it does get connected on wss://dev-server/my-route/socket .