Drop the arrangement comment and record the review's DlrMerger findings

This commit is contained in:
2026-08-28 15:09:47 +02:00
parent f4e55909a1
commit 8a71dbbc87
2 changed files with 13 additions and 3 deletions
-1
View File
@@ -228,7 +228,6 @@ export class Session extends EventEmitter<SessionEvents> {
close(): void {
this.reconnectLoop?.stop();
this.teardown();
// Held across a drop instead: the peer never resends a receipt this session already answered.
this.dlrMerger.clear();
}