File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @grpc/grpc-js" ,
3- "version" : " 1.8.4 " ,
3+ "version" : " 1.8.5 " ,
44 "description" : " gRPC Library for Node - pure JS implementation" ,
55 "homepage" : " https://grpc.io/" ,
66 "repository" : " https://github.com/grpc/grpc-node/tree/master/packages/grpc-js" ,
Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ export class ResolvingCall implements Call {
103103 if ( ! this . filterStack ) {
104104 this . filterStack = this . filterStackFactory . createFilter ( ) ;
105105 }
106+ clearTimeout ( this . deadlineTimer ) ;
106107 const filteredStatus = this . filterStack . receiveTrailers ( status ) ;
107108 this . trace ( 'ended with status: code=' + filteredStatus . code + ' details="' + filteredStatus . details + '"' ) ;
108109 this . statusWatchers . forEach ( watcher => watcher ( filteredStatus ) ) ;
You can’t perform that action at this time.
0 commit comments