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
uv_hrtime() can return a value that is greater than the max possible
uint32 value.
Promote previous_now to uint64 to do fair comparisons. Switch to uint32
only when computing duration.
Co-authored-by: Cameron Gorrie <[email protected]>
0 commit comments