You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: