Hi, I know this has been brought up before, but it was a while ago and I 
don't know if the state of things changed. I want to separate out several 
different types of RPC calls across different services on the same port, 
and just call RegisterService for each one. Is that possible or is only one 
service allowed? Does it internally have a type in the packet that it calls 
the appropriate service functions?

If it's not allowed, is the preferred way of doing this to always have a 
message ID for every type, and just make a separate "rpc" for each set of 
service functions in the proto file?

-- 
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/b7473cfa-51ef-4a09-9404-2b39127365d0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to