In Server stream mode , write successfully , but in client , the read doesn’t receive the message
in the server. Write the reply successfully ever 700ms.
Proper way of gRPC client disconnection
We have a grpc client and a grpc server.
To connect client to server we need to call grpc::CreateChannel(HOST:PORT)
, but: