Results 1 comments of Maxim

Implement `ServerInterceptor` with custom `ServerCall.Listener` doesn't work. `onHalfClose()` doesn't produce exception. Exception only is catch here https://github.com/grpc/grpc-kotlin/blob/master/stub/src/main/java/io/grpc/kotlin/ServerCalls.kt#L233, but how to propagate this to global exception handler?