Skip to content

Commit

Permalink
Merge pull request #139 from jamezp/LOGMGR-173
Browse files Browse the repository at this point in the history
[LOGMGR-173] Ensure the reconnect thread is cleared once reconnected.
  • Loading branch information
jamezp committed Sep 5, 2017
2 parents 55c91fa + 3c6a0b3 commit 39843f8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ public void run() {
} else {
TcpOutputStream.this.socket = socket;
TcpOutputStream.this.connected = true;
TcpOutputStream.this.reconnectThread = null;
connected = true;
}
}
Expand Down

0 comments on commit 39843f8

Please sign in to comment.