Hello, is there any mechanism, where grpc sending thread can close Autocloseable message after it has left the queue (was sent/was cancelled and so on) after asynchronous send through https://grpc.github.io/grpc-java/javadoc/io/grpc/stub/StreamObserver.html#onNext(V) ?
Hello, is there any mechanism, where grpc sending thread can close Autocloseable message after it has left the queue (was sent/was cancelled and so on) after asynchronous send through https://grpc.github.io/grpc-java/javadoc/io/grpc/stub/StreamObserver.html#onNext(V) ?