Grant Oakley
Results
2
comments of
Grant Oakley
At a minimum, we'd want to make sure that any client-implemented method that throws doesn't hang the stub or prevent resources from being released. Looking at [`InProcessTransport`](https://github.com/grpc/grpc-java/blob/master/core/src/main/java/io/grpc/inprocess/InProcessTransport.java), one way to...
> Should this setting be per-stream instead of per-channel? I agree that a per-stream setting would make sense. A single service may have one method that expects particularly large message...