I know there is an example helloworld program in gRPC source. However, 
being new to this, I don't understand how to write more than one async 
services in the server. The example here 
<https://github.com/grpc/grpc/blob/v1.0.0/examples/cpp/helloworld/greeter_async_server.cc>
 
talks about spawning new instances of a class to handle SayHello service 
calls.

   1. How to add new services, for example SayBye, so that I can make calls 
   to it from client?
   2. How to make the server identify which service call was made by the 
   client ?

-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/f86d2173-c0a3-4826-b444-a78dde4e0862%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to