Skip to content

Commit da06d62

Browse files
author
Deng
committed
release 1.4.1
1 parent 2507f27 commit da06d62

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ dependencies {
2222
```
2323

2424
## Updates
25+
* 1.4.1
26+
</br>
27+
增加禁用心跳包和超时自动断开
28+
</br>
29+
SocketClient.disableHeartBeat();
30+
</br>
31+
SocketClient.disableRemoteNoReplyAliveTimeout();
32+
2533
* 1.4.0
2634
</br>
2735
将发送和接收时对String和byte数组的转换移到后台线程进行

socketclient/build_library_ext.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ext {
22
buildVersionName = {
3-
"1.4.0"
3+
"1.4.1"
44
}
55

66
/**

0 commit comments

Comments
 (0)