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
{{ message }}
This repository has been archived by the owner on May 4, 2018. It is now read-only.
Large performance counter frequency values would cause overflows, even
when 64-bit integers were used to do the multiplication with NANOSEC.
Fix this by using floating point math instead.
Fixes #850
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
on windows server (windows with high performance frequency) when call uv_hrtime() many times, return values will decrease sometimes.
to fix please apply:
The text was updated successfully, but these errors were encountered: