Results 1 issues of pawelwan

Hi, in netty-based grpc-java it is possible to define the parameter maxConnectionAge on the server like this: ``` NettyServerBuilder.forPort(...) .addService(...) .maxConnectionAge(maxConnectionAge, TimeUnit.MILLISECONDS) .build() ``` Is it possible to get the...

server