Skip to content

TrigSignatureMoni: do not destroy AlgorithmTimer

Frank Winklmeier requested to merge fwinkl/athena:ratetimer into master

Stop instead of destroying the AlgorithmTimer. This may fix rare crashes during the stop transition, when there might be a race condition between destroying the timer and pending callbacks.

Relates to ATR-24079.

Merge request reports