solved bug on shutdown
This commit is contained in:
parent
bdbbd55d8c
commit
c20234af24
|
@ -87,7 +87,7 @@ public class OnlineObserver implements AppManagerObserver{
|
||||||
|
|
||||||
for (Future<ApplicationManager> appManager: instanciatedManagerPerScope.get(context)){
|
for (Future<ApplicationManager> appManager: instanciatedManagerPerScope.get(context)){
|
||||||
service.execute(new ShutDownAppManager(secret, appManager));
|
service.execute(new ShutDownAppManager(secret, appManager));
|
||||||
provider.getAppmanagerMap().get(appManager).remove(context);
|
provider.getAppmanagerMap().get(appManager.getClass().getCanonicalName()).remove(context);
|
||||||
}
|
}
|
||||||
instanciatedManagerPerScope.remove(context);
|
instanciatedManagerPerScope.remove(context);
|
||||||
} catch (Exception e1) {
|
} catch (Exception e1) {
|
||||||
|
|
Loading…
Reference in New Issue