Skip to content

Commit

Permalink
🐛 ConnectTask restore interrupt flag
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGraversen committed Jan 31, 2020
1 parent b138ab4 commit aeb72e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ private void sleep() {
try {
Thread.sleep(connectOptions.getTimeBetweenRetries().toMillis());
} catch (InterruptedException e) {
// Nothing
Thread.currentThread().interrupt();
}
}
}

0 comments on commit aeb72e2

Please sign in to comment.