Are there any standalone examples of doing this for C++ servers?  This 
issue (https://github.com/grpc/grpc/issues/4285) points to 
test/cpp/end2end/hybrid_end2end_test.cc as examples of doing this.

My use case is a service comprised mostly of unary rpcs, but also 
supporting a server streaming rpc where one or more clients can register to 
receive future events from the server over a long-running connection.  
Was hoping to find an example that isn't as tightly coupled with the GRPC 
test framework.

Thanks in advance!

    Chris

-- 
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/3c43d7a2-9c08-4c70-815c-3868d7747a9e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to