According to https://github.com/grpc/proposal/blob/master/A8-client-side-keepalive.md, a client should double the KEEPALIVE_TIME value when it receives a GOAWAY from the server. gRPC core currently ignores it.