Skip to content

Commit

Permalink
add timer shutdown on remote context close
Browse files Browse the repository at this point in the history
  • Loading branch information
tglman committed Jul 16, 2020
1 parent 5935472 commit 2b80661
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ public void close() {
public void internalClose() {
if (!open)
return;
timer.cancel();
final List<OStorageRemote> storagesCopy;
synchronized (this) {
// SHUTDOWN ENGINES AVOID OTHER OPENS
Expand Down

0 comments on commit 2b80661

Please sign in to comment.