Interface PingServiceInit

interface PingServiceInit {
    maxInboundStreams?: number;
    maxOutboundStreams?: number;
    protocolPrefix?: string;
    runOnLimitedConnection?: boolean;
    timeout?: number;
}

Properties

maxInboundStreams?: number
maxOutboundStreams?: number
protocolPrefix?: string
runOnLimitedConnection?: boolean
timeout?: number

How long we should wait for a ping response