pingInterval property
How often a ping should be sent to keep the connection alive.
GRPC_ARG_KEEPALIVE_TIME_MS
in the docs.
Implementation
final Duration? pingInterval;
How often a ping should be sent to keep the connection alive.
GRPC_ARG_KEEPALIVE_TIME_MS
in the docs.
final Duration? pingInterval;