Skip to content

v1.7.1

Compare
Choose a tag to compare
@JohnRoesler JohnRoesler released this 27 Aug 18:37
10e5db6

Fixed

  • Replace tag map with thread safe sync.map (#212) ty @djenriquez
  • Catch time.AfterFunc firing early per wall clock time (#214) @JohnRoesler
    • This is an exciting fix related to occurrences of jobs firing twice unexpectedly. TL;DR, the monotonic and wall clock times can be slightly out of sync causing functions like time.AfterFunc to fire "early" per the wall clock time, when it was accurate per monotonic time. Look into the PR + linked issues for more details.