Open
Description
The future and blocking APIs wait until the close() before delivering any received message. If the status is an error they throw away the request.
grpc-java/stub/src/main/java/io/grpc/stub/ClientCalls.java
Lines 481 to 491 in 1c93459
We need to do the same for async stub. See also grpc/grpc#12824