Skip to content

Commit

Permalink
Fix so that reconnecting after disconnect works. (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
coxlinton authored Oct 5, 2020
1 parent 65943b1 commit 3fbfa20
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,8 @@ protected void connect(InputStream is, OutputStream os)
{
this.is = is;
this.os = os;
negTnCmds.clear();
tnState = TN_DEFAULT;
sessionThread = new Thread(this);
sessionThread.start();
}
Expand Down

0 comments on commit 3fbfa20

Please sign in to comment.