mirror of
https://gitee.com/farsunset/cim.git
synced 2025-07-27 10:30:34 +08:00
1 修改SDK中偶然出现sqlite锁库的问题
2 修改sendbody传null值 导致异常死循环的问题
This commit is contained in:
parent
85c014ce69
commit
35dd12ec75
@ -1 +1 @@
|
|||||||
1.6.0
|
3.1.0
|
@ -16,7 +16,7 @@
|
|||||||
###服务端修改
|
###服务端修改
|
||||||
1.多台服务器集群配置,首先需要重写SessionManager接口(参考com.farsunset.ichat.cim.session.ClusterSessionManager.java),用户登录时,将账号和服务器IP 存入数据库中,这样就可以统计各台服务器接受的连接数量。
|
1.多台服务器集群配置,首先需要重写SessionManager接口(参考com.farsunset.ichat.cim.session.ClusterSessionManager.java),用户登录时,将账号和服务器IP 存入数据库中,这样就可以统计各台服务器接受的连接数量。
|
||||||
2.客户端连接服务器时,服务端为客户端动态分配 服务器IP,每次分配 较为空闲的服务器IP
|
2.客户端连接服务器时,服务端为客户端动态分配 服务器IP,每次分配 较为空闲的服务器IP
|
||||||
3.服务端接受消息后 通过接收者账号查询出对应的Iosession,和 登录的 服务器IP,然后将消息信息传往目标服务器处理发送
|
3.服务端接受消息后 通过接收者账号查询出对应的IoSession,和 登录的 服务器IP,然后将消息信息传往目标服务器处理发送
|
||||||
|
|
||||||
|
|
||||||
###客户端端修改
|
###客户端端修改
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
<application
|
<application
|
||||||
android:allowBackup="true"
|
android:allowBackup="true"
|
||||||
android:icon="@drawable/icon"
|
android:icon="@drawable/icon"
|
||||||
android:label="cim"
|
android:label="@string/app_name"
|
||||||
android:theme="@style/GlobeTheme" >
|
android:theme="@style/GlobeTheme" >
|
||||||
<activity
|
<activity
|
||||||
android:name=".ui.SplanshActivity"
|
android:name=".ui.SplanshActivity"
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
<application
|
<application
|
||||||
android:allowBackup="true"
|
android:allowBackup="true"
|
||||||
android:icon="@drawable/icon"
|
android:icon="@drawable/icon"
|
||||||
android:label="cim"
|
android:label="@string/app_name"
|
||||||
android:theme="@style/GlobeTheme" >
|
android:theme="@style/GlobeTheme" >
|
||||||
<activity
|
<activity
|
||||||
android:name=".ui.SplanshActivity"
|
android:name=".ui.SplanshActivity"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user