Is there a way to send multicast messages in Silverlight Local Communication?
each LocalMessageReceiver requires a unique name, but I need a way to send global message to all receivers.
thanks!
Is there a way to send multicast messages in Silverlight Local Communication? each LocalMessageReceiver
Share
No, the only way I see is by using a well-known name.
In any case, receivers have know what kind of message and data is being send so some kind of indication/identification of the message is needed anyway.