-
Bug
-
Resolution: Done
-
Minor
-
5.0.4.GA
-
None
NamingContext.discoverServer invokes the joinGroup method on the MulticastSocket is creates. It uses the socket to 1) send a multicast message and 2) received a UDP unicast reply. There is no need to join the group to send to it. Joining just raises the (slight) possibility of incorrectly receiving someone else's multicast discovery message instead of the desired unicast reply.