修复android sdk 一处bug

频发切换wifi和移动网络,概率出现无法重连的问题
This commit is contained in:
远方夕阳 2022-09-29 18:40:27 +08:00
parent e89a3918c5
commit 40a4353d21

View File

@ -181,7 +181,7 @@ https://www.yuque.com/yuanfangxiyang/ma4ytb/vvy3iz/edit#nnzKN
<dependency> <dependency>
<groupId>com.farsunset</groupId> <groupId>com.farsunset</groupId>
<artifactId>cim-server-sdk-netty</artifactId> <artifactId>cim-server-sdk-netty</artifactId>
<version>4.2.0</version> <version>4.2.5</version>
</dependency> </dependency>
``` ```
@ -189,5 +189,5 @@ https://www.yuque.com/yuanfangxiyang/ma4ytb/vvy3iz/edit#nnzKN
android端sdk引用 android端sdk引用
``` ```
implementation "com.farsunset:cim-android-sdk:4.2.5" implementation "com.farsunset:cim-android-sdk:4.2.8"
``` ```