I accidentally worked around the problem by define a bidirectional RPC and make client periodically sending an acknowledge message among the normal stream messages to the server , if the server can't give a positive response to that ack, consider it as shutdown.
On Sun, Nov 25, 2018 at 7:01 PM <[email protected]> wrote: > This is not a solution for me as the channel is used for others RPC calls, > having a server cancelling a client stream should not change the channel > status. > > On Friday, November 23, 2018 at 7:07:23 PM UTC+1, [email protected] wrote: >> >> I have the same issue look at this: >> https://github.com/grpc/grpc/issues/17236 >> >> I have kinda solved (I need to do some further tests) observing the >> underlying channel status. >> >> -- > 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/98d282c1-8511-4499-ba01-f1797e1b99e6%40googlegroups.com > <https://groups.google.com/d/msgid/grpc-io/98d282c1-8511-4499-ba01-f1797e1b99e6%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CAKymdqNi%3DpJ8MD9bPHSyBaH%2Bzh42spas99dE-xDECkHFBCVCtg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
