hoijui / JavaOSC

OSC content format/"protocol" library for JVM languages
http://www.illposed.com/software/javaosc.html
BSD 3-Clause "New" or "Revised" License
157 stars 44 forks source link

Added broadcast support to OSC ports #45

Closed cansik closed 4 years ago

cansik commented 4 years ago

As already mentioned in #44, it is necessary to enable the SO_BROADCAST option to allow the JVM to send broadcast messages. I have added this option nearby the SO_REUSEADDR and created a basic test case for it (an tested it of course).

cansik commented 4 years ago

image

It seems that two of the tests do not pass at the moment, but it was already like this before my changes.

hoijui commented 4 years ago

image

It seems that two of the tests do not pass at the moment, but it was already like this before my changes.

hmm... the tests all run fine here :/ maybe some system dependent thing?

They also succeed on Travis CI: https://travis-ci.org/hoijui/JavaOSC/builds/595535012?utm_source=github_status&utm_medium=notification

What system are you running them on? is the the same tests every time?

thanks for the report! :-)