Used this example and not having basic runtime exceptions being caught. Is this example up to date?
It triggers:
com.ea.eadp.social.connections.UnknownStatusInterceptor#interceptCall
io.grpc.ForwardingServerCall.SimpleForwardingServerCall#delegate
But it doesn't trigger either of:
io.grpc.ForwardingServerCall.SimpleForwardingServerCall#close
io.grpc.ForwardingServerCall.SimpleForwardingServerCall#sendMessage
I can see below logs:
ERROR [2019-06-28 06:21:26,636] io.grpc.internal.SerializingExecutor: Exception while executing runnable io.grpc.internal.ServerImpl$JumpToApplicationThreadServerStreamListener$1HalfClosed@4035faba
It seems to be getting halfclosed
Used this example and not having basic runtime exceptions being caught. Is this example up to date?
It triggers:
com.ea.eadp.social.connections.UnknownStatusInterceptor#interceptCallio.grpc.ForwardingServerCall.SimpleForwardingServerCall#delegateBut it doesn't trigger either of:
io.grpc.ForwardingServerCall.SimpleForwardingServerCall#closeio.grpc.ForwardingServerCall.SimpleForwardingServerCall#sendMessageI can see below logs:
ERROR [2019-06-28 06:21:26,636] io.grpc.internal.SerializingExecutor: Exception while executing runnable io.grpc.internal.ServerImpl$JumpToApplicationThreadServerStreamListener$1HalfClosed@4035fabaIt seems to be getting
halfclosed