mirror of https://github.com/grpc/grpc-node.git
parent
1d157dfd10
commit
c0f53f2238
|
@ -101,7 +101,7 @@ export class SubchannelPool {
|
|||
}, REF_CHECK_INTERVAL);
|
||||
|
||||
// Unref because this timer should not keep the event loop running.
|
||||
this.cleanupTimer.unref();
|
||||
this.cleanupTimer.unref && this.cleanupTimer.unref();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue