Skip to content

Commit

Permalink
update document
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxueli committed Nov 18, 2019
1 parent 6d2c3a4 commit 39627db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/XXL-RPC官方文档.md
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ public class Demo2ServiceImpl implements Demo2Service {
- 3、空闲链接自动回收:服务端与客户端主动检测空闲链接并回收,及时释放相关资源(netty、mina);空闲超10min自动释放;

### 5.10 版本 v1.4.2 Release Notes[2019-11-18]
- 1、长连心跳保活:客户端周期性发送心跳请求给服务端;客户端心跳发送失败,或服务端连续三次未收到心跳时,销毁连接;
- 1、长连心跳保活:客户端周期性发送心跳请求给服务端保活;服务端连续三次未收到心跳时,销毁连接;
- 2、服务线程优化,支持自定义线程参数;
- 3、API重构:初始化枚举改为接口实例,方便扩展;
- 4、代码优化,ConcurrentHashMap变量类型改为ConcurrentMap,避免因不同版本实现不同导致的兼容性问题;
Expand Down

0 comments on commit 39627db

Please sign in to comment.