All Questions
1 question
0
votes
0
answers
1k
views
grpc client in docker can't reach server on host
I have a node grpc-server running on localhost and my grpc-client is a python flask server. If the client also runs on localhost directly then everything works as intended. Once I host the client(...