You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have grpc server in a docker container and run my docker container with below command: run -p 127.0.0.1:8090:9091 --name test -v "storage":"/usr/storage/test/" test
When I want to connect to this container from grpc client on calling remote procedure I got network closed exception!
I'm using grpc v1.12.0
io.grpc.StatusRuntimeException: UNAVAILABLE: Network closed for unknown reason
at io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:221)
at io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:202)
at io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:131)