This commit is contained in:
cheney 2022-08-05 18:40:19 +08:00
parent 72f5f10086
commit dc7f4e67ba
2 changed files with 2 additions and 2 deletions

View File

@ -42,11 +42,12 @@ public class SydApiPool extends ThreadBasedConnectPool<SydApi> {
// 保活接口
protected boolean check(SydApi o) {
return null != o;
null != o;
}
// 释放
protected void free(SydApi o) {
o.SYD_Disconnect_Ex();
}
}

View File

@ -5,7 +5,6 @@
- dependences 所有依赖
- groovy-all-2.3.2 通信协议支持
- proto-1.0-20220412 通信协议支持
- slf4j-api-1.7.10 日志接口
- log4j-api-2.17.0.jar 日志接口
- log4j-core-2.17.0.jar 日志核心包
- log4j-slf4j-impl-2.17.0.jar 日志桥接