node-ntp-sync
node-ntp-sync copied to clipboard
fix(client.js): clean up leaked socket in constructor
What
The constructor allocates a UDP socket but never uses it, this simply drops the socket allocation from the constructor