Open XY01 opened 4 years ago
Narrowed it down too the byte[] packetBytes = packet.ToArray();
In SACNSender
Store the final layer in the SACN packet hierarchy per each fixture. That way we should only need to write the data each update rather than newing up each time.
Narrowed it down too the byte[] packetBytes = packet.ToArray();
In SACNSender