1、修复dc数据库连接没有释放的bug
2、socket server 添加连接client限制,防止同时多个client连接导致dc程序不能正常运行的问题
This commit is contained in:
@@ -348,6 +348,11 @@ public class ChangePluginScriptFile implements Runnable {
|
||||
|
||||
} catch (SQLException e) {
|
||||
logger.error("Delete EventRecordLibrary", e);
|
||||
} finally {
|
||||
if (dao != null) {
|
||||
dao.close();
|
||||
dao = null;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user