@rjx-ray wrote:
I have one OF app that is sending OSC messages and I would like to receive them simultaneously with two other separate OF apps.
However I am finding that whichever of the receiver apps is started first seems to consume all the OSC messages and a second receiver app then receives nothing.
I can see that the OSC code is setting the socket option SO_REUSEADDR so different sockets should be able to share the same port so that should not be the problem.
However I cannot make it work, is it in fact possible with the OSC protocol?
All the apps are running on the same machine and I am sending to 127.0.0.1 local IP address.
I’m using of_v0.9.8_vs_release with vs2015 under Windows 10.
Posts: 4
Participants: 2