Hello everyone. I am using gRPC to build a simple client-server application. In the client side, I start multiple threads to send requests to a server (target is an identical gRPC call). In the server side, it opens a socket (localhost:50051) and waits for requests.
Now, I create three request sending worker-threads at the client. But, *ONLY one TCP connection is setup*. My first problem is *Is it possible that each worker-thread sets up a sole TCP connection?* During the whole sending procedure, I find there is no new TCP connection. So the TCP connection is set up only once. My second problem is *Is it possible to break an old TCP connection and re-connection it?* Thank you for your time. Best wishes, Xia Rui -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/608abe11-17cd-4bf2-8712-625a3598b60e%40googlegroups.com.
