maxBadPings property

int? maxBadPings
final

The maximum number of bad pings that the server will tolerate before sending an HTTP2 GOAWAY frame and closing the transport.

GRPC_ARG_HTTP2_MAX_PING_STRIKES in the docs.

Implementation

final int? maxBadPings;