hoijui / JavaOSC

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

OSCPortIn removeListener #39

Closed TidensBarn closed 5 years ago

TidensBarn commented 5 years ago

There's no way to remove a Listener from OSCPortIn once it has been added.

hoijui commented 5 years ago

Thanks for the report! :-) There already is a way on the develop branch, so it will be fixed with the next realease, or you can build the develop branch yoruself, or use the snapshot release. First fixed in fb67c6c1da347c7d40d0ee5db105530d2d107e8f, though the functionality was later changed again.

hoijui commented 5 years ago

I just released a new snapshot version (com.illposed.osc:javaosc-core:0.5-SNAPSHOT) to sonatype. It should be available in a few minutes.