You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MulticastSacnReceiverIPV4 has a method JoinMulticastGroup that the argument caps max universe value 63999.
But a UniverseDiscoveryPacket is sent with group 64214 (239.255.250.214), so we can't join it via MulticastSacnReceiverIPV4.
Thank you.
The text was updated successfully, but these errors were encountered:
Hi @iKadmium .
I found an issue as follows.
MulticastSacnReceiverIPV4 has a method
JoinMulticastGroup
that the argument caps max universe value 63999.But a UniverseDiscoveryPacket is sent with group 64214 (239.255.250.214), so we can't join it via MulticastSacnReceiverIPV4.
Thank you.
The text was updated successfully, but these errors were encountered: