Andreas Pillath

Results 3 comments of Andreas Pillath

Hi, please try to pull the plug of your receiver for about a minute. Maybe this helps. Hallonjocke ***@***.***> schrieb am So., 8. Mai 2022, 15:11: > After recent Android...

@carl-mastrangelo Even `CancellableContext` does not work correctly, because the `onClose()` method of any attached `ClientInterceptor` is not called in the case of a cancellation. This might be solveable by draining...

@ejona86 I tried, but it doesn't seem to fix my problem. I was hoping, the following test code should work: [ClientCallsTest.java](https://github.com/pskiwi/grpc-java/blob/a8fe5883e21fa59015d3e7d7f0110a5d7b93c45f/stub/src/test/java/io/grpc/stub/ClientCallsTest.java#L793-L802) Is this expected to work?