In theory, starting the same listener more than once should result in a BindException. However, I believe we set the "reuse_address" attribute to true, which could be doing weird things? Can some one verify?
On Tue, Sep 14, 2010 at 8:58 AM, Aidan Diffey <[email protected]> wrote: > Cheers. > > Do you think that version 1.0.5 should have this check in FtpServer.start() > so that it doesn't start the same listener twice? > > Cheers > > On Tue, Sep 14, 2010 at 2:26 PM, Niklas Gustavsson > <[email protected]>wrote: > >> On Tue, Sep 14, 2010 at 3:22 PM, Aidan Diffey <[email protected]> >> wrote: >> > Is there any way that you can tell if a listener is started or not? >> >> !Listener.isStopped() >> >> /niklas >> >
