You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: