fix: showing the wrong host quantity in status bar

This commit is contained in:
yuanyuanxiang
2024-12-26 21:58:44 +08:00
parent 0c0c24534b
commit e69f18d576
3 changed files with 22 additions and 7 deletions

View File

@@ -225,3 +225,9 @@ TestRun在写入开机自启动项时先提升权限以防止因权限不足
2.增加了使用VLD的操作方法详见"server\2015Remote\stdafx.h"。
注意自VS2019开始不支持XP系统了微软已经声明这个变更。如果有需要在XP系统进行监控的需求推荐使用"2015Remote.sln"。
如果使用VS2015编译需将WindowsTargetPlatformVersion修改为8.1将PlatformToolset修改为v140_xp。
2024.12.26
解决主控程序概率性崩溃的问题,增强主控程序运行的稳定性。本人未进行广泛测试,不保证彻底根治,但稳定性有明显改观。
fix: client threads number excceeding bug
fix: #19 the CBuffer causing server crash
fix: showing the wrong host quantity in status bar