File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed
Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11XEngine_MQService V3.1.0.1001
22
3+ 添加:为HTTP会话ID支持
4+ 添加:会话超时
35添加:数据库用户消息绑定数据库
46添加:数据库用户绑定列表函数
57添加:数据库获取消息序列号信息函数
@@ -10,6 +12,7 @@ XEngine_MQService V3.1.0.1001
1012修改:扩展数据库大小字段
1113修正:读取版本列表错误
1214修正:插入相同用户到数据库
15+ 删除:http获取消息需要序列号
1316删除:xmq模块,现在只支持数据库版本
1417删除:删除消息队列协议
1518删除:登录会话创建
@@ -20,6 +23,8 @@ XEngine_MQService V3.1.0.1001
2023 SessionModule_Client_ADDDelSerial
2124 SessionModule_Client_SetAuth
2225
26+ added:session id supported for http
27+ added:session time out
2328added:user bind key db
2429added:user key list function for db module
2530added:get queue serial information function
@@ -30,6 +35,7 @@ modify:SessionModule_Client_Create and SessionModule_Client_GetAuth functions fo
3035modify:expanded data size field
3136fixed:read version list incorrent
3237fixed:cant allow insert same data to db
38+ delete:http get packet need to serial code
3339delete:xmq module,only support db version
3440delete:delete message queue protocol
3541delete:sesison create for net login
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ c c++Message Service
16162 . 永久消息
17173 . 消息超时
18184 . 主题分区
19- 5 . 消息回溯(planning)
19+ 5 . 消息回溯
20206 . 加密通信(planning)
21217 . 负载均衡(planning)
22228 . 消息次数
@@ -91,7 +91,7 @@ GITHUB:https://github.com/libxengine/xengine
9191扩展获取消息的内容
9292消息属性生效
9393删除包协议
94- HTTP支持
94+ Session支持
9595
9696## 提交问题
9797
You can’t perform that action at this time.
0 commit comments