Hi, I have an application which receives messages from a client on a bidirectional channel. There’s a case where I’d quickly stop processing messages on the server’s StreamObserver (after I’ve told the client to stop also), but I’m not sure of what’s actually happening to the already recieved messages in gRPC? I’m assuming they are sitting in some Netty queue. Is there a way to throw out those messages, or am I stuck just processing them all anyway? If the latter is the only way, can I somehow control the queue size so it doesn’t take a potentially long time to run through them all?
Thanks, - Matt -- 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/68c8282e-b357-4cb2-a1c0-eb23b54b6c4f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
