udpsend in standalone, multiple udpreceive
This is my situation:
One standalone with udpsend (localhost)
One standalone with udpreceive
-> it works fine
But now I need to have another udpreceive in a patch, and I can't get both receiver to work, when one works, the other stop...???
Anyone with this problem before?
Or better: a solution ;)
Tested with Max 6.1.4 on 10.8.5 and Max 6.1.6 on 10.9. Both the same issue
Thanks
you can only bind to one port at a time, and only one object can bind to a port, so
you need to multicast-- i think net.multi send/recv can multicast
It works !!!
Thanks