Query is for C++ GRPC

On Monday, July 11, 2016 at 11:50:59 AM UTC+5:30, [email protected] wrote:
>
>
> Any if used GRPC Asynch Client and Server with RPC using Stream Message, 
> please share some information.
> GRPC example HelloWorld( async greeter) does not use stream message.
>
> I will be using something like:
>
> In Proto:
>
> Service xyz
> {
> rpc Req1(Reqmsg) returns (stream events) {}
>
> --Instead of 
>
> rpc SayHello (HelloRequest) returns (HelloReply) {}
> }
>
> Few of difference I could figure out:  
>
> Instead of  ServerAsyncResponseWriter, ClientAsyncResponseReader; we have 
> to use: ServerAsyncWriter and ClientAsyncReader.
>
> Please share some information if anyone came across such implementations.
>

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/fd1f991b-bc6b-4273-9dc4-f3be13d468d5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to