Closed localleon closed 6 years ago
This is because multiple processes can not listen via UDP on the same port. The error you are facing is actually a null pointer exception, that is not handled.
I will rewrite the errorhanding of the Receiver
function and currently the transmitter is using the same port (5568) as the receiver.
Does the Standard allow to change the Port of the Transmitter so sending and transmitting at the same time would be possible ?
OS: Linux Version: latest
If you run a sACN-Receiver on your Host and the start a sACN-Transmitter. You get the following error.
You can reproduce the error with the sample code.