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
If the dgram client errors, the callback receives an Error object, but if there is a timeout a String gets passed as the error callback which makes appropriate error handling a real pain:
If the dgram client errors, the callback receives an
Error
object, but if there is a timeout aString
gets passed as the error callback which makes appropriate error handling a real pain:https://github.com/moonpyk/node-ntp-client/blob/master/lib/ntp-client.js#L52
The text was updated successfully, but these errors were encountered: