Trying again: We are trying to do the following: - Async server that supports streaming and RPC - For every connection, we should be able to get the events unique to that connection in completion queue
The examples dont show how we can achieve a per connection completion queue. thanks in advance, Jo On Monday, May 7, 2018 at 1:00:50 PM UTC-7, [email protected] wrote: > > Hi all > Is there a way to get per connection completion queue for a gRPC async > server? What we want to achieve is that a `pipeline` (like c++ wangle) for > each grpc connection. > > thanks in advance > Jo > -- 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/cc9d4769-0ac5-4c32-ae1e-5a48e0210b0b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
