We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc8782f commit f115c59Copy full SHA for f115c59
packages/microservices/client/client-grpc.ts
@@ -126,7 +126,7 @@ export class ClientGrpcProxy
126
return {};
127
}
128
const keepaliveKeys: Record<
129
- keyof GrpcOptions['options']['keepalive'],
+ keyof NonNullable<GrpcOptions['options']['keepalive']>,
130
string
131
> = {
132
keepaliveTimeMs: 'grpc.keepalive_time_ms',
0 commit comments