[jboss-user] [Remoting] - Re: MulticastDetector crashes my network

2008-08-05 Thread yt.nash
Thank you for your response Ron! In order to solve this problem I fixed the flooding commenting the else clause inside org.jboss.remoting.detection.multicast.MulticastDetector.listen(). I undestand that your way to fixing the bug is better than my solution! Thanks again! View the original

[jboss-user] [Remoting] - MulticastDetector crashes my network

2008-05-07 Thread yt.nash
Hello all! At this moment, I am developing a solution using JBoss Remoting (2.2.1GA) and I have detected a ugly problem with MulticastDetector. If you try to launch SimpleDetectorClient (included as JBoss Remoting sample of detection multicast), I have a problem. You can see it installing a

[jboss-user] [Remoting] - Re: MulticastDetector crashes my network

2008-05-07 Thread yt.nash
I have developed a CustomMulticastDetector in order to solve my problem. Debugging JBoss Remoting code, I have seen that MulticastDetector has implemented a listener behavior without time delay [ while(running) { ... } // running = true ]. My CustomMulticastDetector introduces this missing