Skip to content

Commit 0db50b0

Browse files
committed
update:CHANGELOG and document and msbuild
1 parent af29aeb commit 0db50b0

File tree

5 files changed

+24
-4
lines changed

5 files changed

+24
-4
lines changed

.github/workflows/msbuild.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ jobs:
5858
- name: Conditional Step for x86 Release
5959
if: matrix.configuration == 'Release' && matrix.platform == 'x86'
6060
run: |
61-
cp -r ./XEngine_Source/Release/*.dll XEngine_Release/
62-
cp -r ./XEngine_Source/Release/*.exe XEngine_Release/
63-
cp -r ./XEngine_Source/VSCopy_x86.bat XEngine_Release/
61+
cp -r XEngine_Source/Release/*.dll XEngine_Release/
62+
cp -r XEngine_Source/Release/*.exe XEngine_Release/
63+
cp -r XEngine_Source/VSCopy_x86.bat XEngine_Release/
6464
cd XEngine_Release
6565
./XEngine_MQServiceApp -t
6666
shell: pwsh

CHANGELOG

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
XEngine_MQService V3.12.0.1001
2+
3+
增加:编译CI工作流支持
4+
增加:注册绑定公用消息
5+
增加:服务启动测试参数
6+
增加:MQTT消息发布的支持
7+
修正:MQTT没有日志输出
8+
修正:WEBSOCKET不支持关闭和PING协议的问题
9+
修正:DBModule_MQUser_KeyList用户参数为NULL的问题
10+
修正:指定用户发送数据的问题
11+
12+
added:build ci workflows supported
13+
added:register bind comm topic
14+
added:start test parameter
15+
added:mqtt message publish support
16+
fixed:log not print for mqtt
17+
fixed:close and ping protocol support for websocket protocol
18+
fixed:DBModule_MQUser_KeyList user parameter is null incorrect
19+
fixed:The problem of specifying invalid sending user
20+
======================================================================================
121
XEngine_MQService V3.11.0.1001
222

323
增加:MQTT协议服务支持

XEngine_Docment/Docment_en.docx

8.08 KB
Binary file not shown.

XEngine_Docment/Docment_zh.docx

7.51 KB
Binary file not shown.

XEngine_Source/XEngine_MQServiceApp/XEngine_MQServiceApp.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<ConfigurationType>Application</ConfigurationType>
3131
<UseDebugLibraries>true</UseDebugLibraries>
3232
<PlatformToolset>v143</PlatformToolset>
33-
<CharacterSet>MultiByte</CharacterSet>
33+
<CharacterSet>Unicode</CharacterSet>
3434
</PropertyGroup>
3535
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
3636
<ConfigurationType>Application</ConfigurationType>

0 commit comments

Comments
 (0)