Hello folks, Can you please give me pointers to an example that has an AsyncStreaming Client?
Also, when the client is streaming data to the server, we will be basically streaming multiple messages. Is there a default timeout when the channel sees no more messages for a certain amount of time so that we can shut it down? I would like to understand the state machine of the client async streamin. How does the client keeps streaming messages to the server and when does it go to the FINISH state? For each message the client sends the server has a response. In that case is it better to use pure async or asycn streaming? Best, Anirudh -- 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/18da9b2d-a425-4c7f-8aeb-8a03c4bec1ca%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
