iKadmium / kadmium-sacn

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

UniverseID of packets is always 0 #1

Closed joedemax closed 3 years ago

joedemax commented 6 years ago

Hey mate,

Trying to use your library for a project. Problem I have ATM is no matter which universe I listen for, when a packet arrives the UniverseID property is always 0. Any ideas?

iKadmium commented 6 years ago

Hey there,

Just going through the code right now and I see the problem. The Universe ID is getting parsed and then not stored, haha. Oops. I'll try to get that fixed up ASAP.

On Mon., 3 Sep. 2018, 8:29 am joedemax, notifications@github.com wrote:

Hey mate,

Trying to use your library for a project. Problem I have ATM is no matter which universe I listen for, when a packet arrives the UniverseID property is always 0. Any ideas?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/iKadmium/kadmium-sacn/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AK63k3Lq7kWDZLzPrL33zz_7VTFSZnARks5uXFvAgaJpZM4WWyg1 .

iKadmium commented 3 years ago

Closing this as it's getting rewritten. I'll make sure I've got a test for this.