Observed result or behaviour:
When a deadline or an interval is attached to the WaitSet, the WaitSet waits for the provided time and then goes into an infinite loop retriggering the missed deadline/interval.
Expected result or behaviour:
When a deadline/interval with timeout X is attached, the WaitSet shall notify the user once when timeout X is reached and then reset the event. The next timeout missed notification shall be triggered after a timeout of X as again passed, so in total after 2*X.
Observed result or behaviour: When a deadline or an interval is attached to the
WaitSet
, theWaitSet
waits for the provided time and then goes into an infinite loop retriggering the missed deadline/interval.Expected result or behaviour: When a deadline/interval with timeout X is attached, the
WaitSet
shall notify the user once when timeout X is reached and then reset the event. The next timeout missed notification shall be triggered after a timeout of X as again passed, so in total after 2*X.