Open
Description
io.grpc.stub.BlockingClientCall
uses the checked StatusException
, so server-streaming and client-streaming v2 blocking RPCs have to deal with StatusException
. However, the unary blocking v2 RPCs stubs have the implementation and thus behavior as v1; namely, all status exceptions are StatusRuntimeException
. Should this be made consistent?