Skip to content

Commit

Permalink
remote ThreadLocal when it's no longer used (#887)
Browse files Browse the repository at this point in the history
  • Loading branch information
littleaj authored Mar 29, 2019
1 parent d9f4fb0 commit 71d58c4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ public void suspendInSeconds(TransmissionPolicy policy, long suspendInSeconds) {
@Override
public synchronized void stop(long timeout, TimeUnit timeUnit) {
ThreadPoolUtils.stop(threads, timeout, timeUnit);
this.backoffManager.remove();
}

/**
Expand Down

0 comments on commit 71d58c4

Please sign in to comment.