Closed
Description
Instant
is usually internally an unsigned integer. Subtracting the timer offset from it for the ActiveAttempt::start_time_with_offset
, can result in the value underflowing and panicking. We should refactor the active attempt code to not subtract from the Instant
/ TimeStamp
. We also for sure need a test for this.