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
Ensure timeticks will always be an integer. Apparently it is not guaranteed that os.uptime() will always be a whole number. But this is platform (maybe node runtime?) dependent.
https://github.com/VoltServer/node-snmpjs/blob/develop/lib/mib/mib-2/system.js#L38
Ensure timeticks will always be an integer. Apparently it is not guaranteed that
os.uptime()
will always be a whole number. But this is platform (maybe node runtime?) dependent.Re: nodejs/node#41636
This has been observed on arm32v7 Linux.
No fraction:
Fraction:
The text was updated successfully, but these errors were encountered: