iKadmium / kadmium-sacn

An sACN library for .NET
MIT License
19 stars 11 forks source link

Using the built in example yields only the first sequence received #19

Open BlueCyro opened 1 year ago

BlueCyro commented 1 year ago

Attempting to use the built-in "SacnViewer" program yields only the first sequence received. The console prints data at a breakneck pace, but otherwise appears unchanged between messages until I restart the program. I'm attempting to stream in data from MagicQ.

BlueCyro commented 1 year ago

To add further context: I'm replacing the IPAddress.Any with IPAddress.Parse("127.0.0.1") because I don't want to broadcast across my network. However, even leaving the code default it appears to still be stuck on whatever sequence it initially sees when connecting.