Skip to content

Commit fae3476

Browse files
committed
fix: keep broker idle timer active on Windows
1 parent e2c76dc commit fae3476

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/session-broker/src/daemon.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,6 @@ export class SessionBrokerDaemon<
315315

316316
this.shutdown();
317317
}, remainingMs);
318-
319-
this.idleTimer.unref?.();
320318
}
321319

322320
private async handleApiRequest(request: Request) {

0 commit comments

Comments
 (0)