Drop the line count that drifts and reuse the delay helper

This commit is contained in:
2026-08-30 21:09:19 +02:00
parent 7e8af3c308
commit fa720e244a
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -273,7 +273,7 @@ export class Session extends EventEmitter<SessionEvents> {
return { err: bound.err };
}
// close() can land while the rebind is in flight, and it has nothing left to tear down.
// close() can land while the rebind is in flight.
if (this.reconnectLoop?.isStopped() === true) {
this.teardown();