Skip to content

v1.7.1

Compare
Choose a tag to compare
@ejona86 ejona86 released this 05 Dec 14:06
· 4406 commits to master since this release
  • core: Added handshake timeout for all server transports. The default is 120 seconds, which matches the client-side timeout. The default can be overridden by ServerBuilder.handshakeTimeout()
  • netty: Fixed broken server keepalive when using TLS. If using Netty server, server keepalives, and TLS, you were impacted. Plaintext did not exhibit the bug. This could trigger grpc-java clients to log "WARNING: Received unexpected ping ack. No ping outstanding."