k-yle / sACN

💡 🎭 Send & Receive sACN data (DMX over IP) in node.js
https://npm.im/sacn
Apache License 2.0
28 stars 12 forks source link

handle network connection issues #3

Open k-yle opened 4 years ago

k-yle commented 4 years ago

Ought to close and reopen the dgram socket on network disconnect/reconnect.

Could be an optional feature:

sACN.on('close', sACN.tryReopen);