We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2507f27 commit da06d62Copy full SHA for da06d62
2 files changed
README.md
@@ -22,6 +22,14 @@ dependencies {
22
```
23
24
## Updates
25
+* 1.4.1
26
+</br>
27
+增加禁用心跳包和超时自动断开
28
29
+SocketClient.disableHeartBeat();
30
31
+SocketClient.disableRemoteNoReplyAliveTimeout();
32
+
33
* 1.4.0
34
</br>
35
将发送和接收时对String和byte数组的转换移到后台线程进行
socketclient/build_library_ext.gradle
@@ -1,6 +1,6 @@
1
ext {
2
buildVersionName = {
3
- "1.4.0"
+ "1.4.1"
4
}
5
6
/**
0 commit comments