Skip to content

Commit

Permalink
debugging around possible resource reconnect issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmcatee committed Sep 26, 2019
1 parent cd505e1 commit 1a8b333
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/resourcemanagers/directconnect/directconnect.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ func (this *directResourceManager) Keep() {
if status {
localResource.lastGoodCheck = time.Now()
} else {
logger.Debug("attempting resource reconnect")
this.q.ReconnectResource(data.Key, this.tls)
}

Expand Down

0 comments on commit 1a8b333

Please sign in to comment.