I need to be able to serve responses for some particular requests from the 
main thread, while the rest can arrive from any thread. With that in mind, 
I created a GRPC server which has 2 services, one is implemented as an 
AsyncService, and the other as a sync service.

However, when adding a completion queue, the sync service *no longer 
responds to requests.*

Is that not supported and if so, what alternatives are there?

-- 
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 grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/913e2c47-55b1-48f9-a829-a9f6a47a0098n%40googlegroups.com.

Reply via email to