Hi, I went through that code and examples and worked fine. However, I tried to implement a client as described here https://github.com/grpc/grpc/blob/master/doc/server_reflection_tutorial.md#use-server-reflection-in-a-c-client but I had several problems in figuring out the way of doing it. Is it possible to have a running example for this case implementation (perhaps working with the helloworld example)?
Thanks, Massimo On Wednesday, September 13, 2017 at 1:21:14 AM UTC+2, Yuchen Zeng wrote: > > It's possible to enable reflection in an async C++ server. But it will > turn the server into a hybrid server (sync + async). > You can enable reflection by linking the libgrpc++_reflection library, as > described in > https://github.com/grpc/grpc/blob/master/doc/server_reflection_tutorial.md > > On Wednesday, August 9, 2017 at 7:52:41 AM UTC-7, [email protected] wrote: >> >> Hi, >> >> Is reflection possible in C++ async server? >> I'd assume we need to change our CompletionQueue tags to support >> answering the requests? >> >> Best, >> >> >> -- 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/ba0dd573-5d93-490e-974f-b89fe3b31173%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
