node-ntp-sync icon indicating copy to clipboard operation
node-ntp-sync copied to clipboard

fix(client.js): clean up leaked socket in constructor

Open bryopsida opened this issue 6 months ago • 0 comments

What

The constructor allocates a UDP socket but never uses it, this simply drops the socket allocation from the constructor

bryopsida avatar Jun 19 '25 13:06 bryopsida