grpc-js: Restart deadline timer after getting timeout from service config

This commit is contained in:
Michael Lumish 2022-11-01 09:26:29 -07:00
parent 9af9392fc0
commit e7144897d0
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ export class ResolvingCall implements Call {
config.methodConfig.timeout.nanos / 1_000_000
);
this.deadline = minDeadline(this.deadline, configDeadline);
this.runDeadlineTimer();
}
this.filterStackFactory.push(config.dynamicFilterFactories);