It's on the Session API (since 0.1.31 I believe). There's a new setDaemonThread() method.
On Tue, Jun 10, 2008 at 8:40 AM, Mario Ivankovits <[EMAIL PROTECTED]> wrote: > Hi! >> Shouldn't the SFTP provider be calling setDaemon(true) on the JSch >> session? I am running a simple application which just lists the >> contents of a directory and it hangs after it's done because there's a >> non-daemon thread running (looks like a keep-alive thread from JSch). >> > Is the JSch session inherited from Thread, or the flag exposed? > If there is a possibility to set this flag from VFS we should do it. > > Ciao, > Mario > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
