openvidu-server: close auxiliary ApplicationContext
This commit is contained in:
parent
a4e4abd0e5
commit
b9e0b62261
@ -306,6 +306,9 @@ public class OpenViduServer implements JsonRpcConfigurer {
|
||||
|
||||
log.info(msg);
|
||||
|
||||
// Close the auxiliary ApplicationContext
|
||||
app.close();
|
||||
|
||||
return CONFIG_PROPS;
|
||||
}
|
||||
return null;
|
||||
|
||||
@ -91,7 +91,7 @@ public class OpenviduConfig {
|
||||
}
|
||||
}
|
||||
|
||||
private static final Logger log = LoggerFactory.getLogger(OpenviduConfig.class);
|
||||
protected static final Logger log = LoggerFactory.getLogger(OpenviduConfig.class);
|
||||
|
||||
private static final boolean SHOW_PROPERTIES_AS_ENV_VARS = true;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user