Juanjo Cancelo Alfonso

Results 1 comments of Juanjo Cancelo Alfonso

i can solve the problem, we only use GrpcServerRule.java https://github.com/grpc/grpc-java/blob/9b55aed12ef51e4189b61551c6936612d8d9cf05/testing/src/main/java/io/grpc/testing/GrpcServerRule.java when i change the next call: ``` @Rule public final GrpcServerRule grpcServerRule = new GrpcServerRule().directExecutor(); ``` and i used now:...