Hi,
I wonder if i can do multicast calls. I have a simulation enviroment where one component wants to broadcast a message to all other components. I would like to have one proxy with multiple endpoints pointing to different objects implementing some common interface. This call can be an unreliable oneway call over UDP protocol, it has to be as fast as possible. Is it possible?
Thank you,
Gyorgy

Reply With Quote