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
The SwingSet timer device has a check to ensure every poll() call advances the clock. However, it is conceivable, given coarse timer granularity that a poll() call happens twice with the same timestamp, and indeed, I have seen this in #322.
We should probably relax the monotonicity requirement so that the timer is still restricted from moving backwards, but can be poll()ed with a non-advancing timestamp.
The text was updated successfully, but these errors were encountered:
The SwingSet timer device has a check to ensure every
poll()
call advances the clock. However, it is conceivable, given coarse timer granularity that apoll()
call happens twice with the same timestamp, and indeed, I have seen this in #322.We should probably relax the monotonicity requirement so that the timer is still restricted from moving backwards, but can be
poll()
ed with a non-advancing timestamp.The text was updated successfully, but these errors were encountered: