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 ad598ec commit 334f0dcCopy full SHA for 334f0dc
packages/grpc-js/src/server.ts
@@ -1421,8 +1421,6 @@ export class Server {
1421
1422
if (this.keepaliveTimeMs < KEEPALIVE_MAX_TIME_MS) {
1423
keepaliveInterval = setInterval(() => {
1424
- // NOTE to self: document in PR that prior implementation would overwrite the prior pending timeout
1425
- // if the timeout had not occurred before the prior interval had elapsed (bad bug)
1426
const keepaliveTimeout = setTimeout(() => {
1427
if (keepaliveInterval) {
1428
clearInterval(keepaliveInterval);
0 commit comments