Don't let the thread local hang forever in the threads local map
FEA: ItEr74S08DeployFramework
This commit is contained in:
parent
7a909fcfea
commit
a4db574b11
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ public class LongOperationFeedback {
|
|||
} catch (Exception e) {
|
||||
throw new RuntimeException(e);
|
||||
} finally {
|
||||
alreadyInside.set(false);
|
||||
alreadyInside.remove();
|
||||
Clients.showBusy(null, false);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue