I am trying to disconnect the last connection when starting a new one, but it still came out error:
SshPlugin.java:600
java.lang.NullPointerException: Attempt to read from field 'com.jcraft.jsch.ChannelSftp sq.flutter.ssh.SshPlugin$SSHClient._sftpSession' on a null object reference
I want to make sure I disconnect the last connection when I am starting a new one. How do I do it?
I am trying to disconnect the last connection when starting a new one, but it still came out error:
SshPlugin.java:600
java.lang.NullPointerException: Attempt to read from field 'com.jcraft.jsch.ChannelSftp sq.flutter.ssh.SshPlugin$SSHClient._sftpSession' on a null object reference
I want to make sure I disconnect the last connection when I am starting a new one. How do I do it?