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
Owner

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.

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.
muellerr added 1 commit 2026-09-14 14:05:16 +02:00
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.
muellerr merged commit 2e4752ee8e into main 2026-09-14 14:26:31 +02:00
muellerr deleted branch fix/lost-segment-tracker-not-reset 2026-09-14 14:26:31 +02:00
Sign in to join this conversation.