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
When using Multi Universe Transmittor, it will crash after a short while when sending lots of universes.
Reproducer:
30 Universes, sinewave effect.
The crash is related to the loopback code, in sACNTxSocket::writeDatagram().
As this is only used if writeDatagramLoopbackTest() returns true, it does not affect Windows builds.
Confirmed as affecting Linux builds, and from code review likely to affect MacOS builds
The text was updated successfully, but these errors were encountered:
When using Multi Universe Transmittor, it will crash after a short while when sending lots of universes.
Reproducer:
30 Universes, sinewave effect.
The crash is related to the loopback code, in sACNTxSocket::writeDatagram().
As this is only used if writeDatagramLoopbackTest() returns true, it does not affect Windows builds.
Confirmed as affecting Linux builds, and from code review likely to affect MacOS builds
The text was updated successfully, but these errors were encountered: