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.
2 parents d3764f5 + f115c59 commit 88f1f87Copy full SHA for 88f1f87
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