Skip to content

Commit

Permalink
Merge pull request #193 from DataDog/vickenty/eintr
Browse files Browse the repository at this point in the history
Don't report the expected InterruptedException
  • Loading branch information
vickenty authored May 4, 2022
2 parents 6815e2a + 9edb184 commit 3e84dc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/timgroup/statsd/StatsDProcessor.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ protected void processLoop() {
try {
sendBuffer = bufferPool.borrow();
} catch (final InterruptedException e) {
handler.handle(e);
return;
}

Expand Down

0 comments on commit 3e84dc7

Please sign in to comment.