Two instances currently clash on the ARTNET_PORT.
Try:
- split to two listening sockets - at the moment we use one for both unicast and broadcast with wildcard address.
- listen to the UDP broadcast IP/port with
SO_REUSEADDR flag
- pick a unique local port for the unicast communication (node to node) without
SO_REUSEADDR.