It seems that on the client side CallStreamObserver.isReady and ClientCall.isReady is always true even if I disableAutoInboundFlowControl on the server side and don't request new messages.
Here's basically what I do: 1) server side: call disableAutoInboundFlowControl on the responseObserver received as parameter 2) client side: check isReady on the requestObserver returned by the call I also tried using the more low-level ClientCall class but with the same outcome. Is that the intended behaviour and if so, how can I check whether the remote peer has requested more messages? Thanks Petra -- 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/c37cfefe-6f4e-4eb7-9b22-48dfe112447d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
