Timers can be off by up to 5 seconds #31
Labels
back end
a change to the back end of the code base
bug
Something isn't working
front end
a change to the front end of the code base
medium issue
A more involved issue that requires knowledge of the code base
The timers all throughout Shepherd are very inconsistent. The timers used in the backend often run too long, and the timers on the frontend can get desynced by 5 seconds (sometimes even more!). There are likely multiple causes for these desyncs, and going forward it's probably a better idea to use an absolute timestamp from when the timer is started to calculate times, so everything will line up.
The text was updated successfully, but these errors were encountered: