Fix for destination handler reset #23

Merged
muellerr merged 1 commits from fix/lost-segment-tracker-not-reset into main 2026-09-14 14:26:31 +02:00
1 Commits
Author SHA1 Message Date
Robin Mueller 4c931b7a35 Fix for destination handler reset
Destination handler's `reset` now also clears `lost_segment_tracker`. That
field lives outside `TransactionParams`, so a transaction cancelled or
abandoned while a gap was still open left it behind for the next transaction
on the same handler instance.
2026-09-14 14:04:38 +02:00