Closed NCTULouis closed 4 years ago
another problem of this PR is that when we "click reconnect button"(or Ctrl+R/Ctrl+Insert), the old active telnet/ssh connection is "active but hidden". This behavior will cause lots of problem, for e.g., fork too much telnet/ssh process in background. So it's not proper to accept this changes. Closed this.
Hi all,
When click the reconnection button, the previous version will create a new tab(a new connection) to do reconnection. Instead of doing this, we use the current connection(current tab) to do reconnection.
Fix issue #33
Thank you!