com.sshtools.j2ssh.forwarding.ForwardingListener.java:
in method start()
lines #196 and #199 are duplicate. two threads are created. the first is never started and never garbage-collected.
corrected source module ForwardingListener.java
Log in to post a comment.
corrected source module ForwardingListener.java