I made the microservices using grpc in golang.
But when i tried to deploy it in railway . The gateway is not able to make connection to tcp microservice ?
Here are the screenshots :
It says Time out Issue (https://i.stack.imgur.com/HerKQ.png)
Here are the both code of gateway and location service (https://i.stack.imgur.com/NflF2.png)
the start command of gateway is
./gateway/out -location_addr=mapuptask-production.up.railway.app:8040