konsumer / tplink-lightbulb

Control TP-Link smart lightbulbs from nodejs
MIT License
190 stars 32 forks source link

Set reuseAddr in udp socket #5

Closed hobinjk closed 7 years ago

hobinjk commented 7 years ago

This allows multiple scans to coexist without conflict. Notably, if a buggy program crashes with a scan in progress, it will be possible to restart that program without having to care about the dangling socket.

konsumer commented 7 years ago

Awesome! Thanks for your contribution.

konsumer commented 7 years ago

Published on v1.0.27