Skip to content

Commit

Permalink
Reinterrupt after WebSocketHandler interruption
Browse files Browse the repository at this point in the history
(cherry picked from commit 8852598)
  • Loading branch information
wimgoeman authored and gsmet committed May 12, 2022
1 parent 89914e3 commit 2868e9a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ private void recordHistory(final ExtLogRecord record) {
history.add(record);
} catch (InterruptedException ex) {
ex.printStackTrace();
Thread.currentThread().interrupt();
}
}
}
Expand Down

0 comments on commit 2868e9a

Please sign in to comment.