mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-20 15:44:25 +08:00
Introduce exponential backoff, jitter and retry logic across IPC components to improve robustness and avoid tight retry loops; make disposal idempotent and add connection guards. Key changes: - LauncherCoordinatorIpcServer / LauncherIpcServer: add backoff constants, ComputeBackoff(), consecutive error tracking and delayed retries with jitter. - LanMountainDesktopIpcClient / LauncherIpcClient: add connect retry loops, timeouts, delayed retries, improved error logging, and use ArrayPool for buffered async writes; ensure proper cleanup on failures. - PublicIpcHostService: add disposed flag, guard OnPeerConnected and Dispose, and clear connected peers on dispose. - Add many auto-generated commit analysis docs under docs/auto_commit_md and new scripts for analyzing/generating commit docs. These changes aim to make IPC connection handling more resilient and resource-safe.
1.0 KiB
1.0 KiB
Commit 分析报告
基本信息
| 属性 | 值 |
|---|---|
| Commit Hash | e795e9964e0961f1b77555bef62ca83e2d033854 |
| 短 Hash | e795e99 |
| 作者 | lincube lincube3@hotmail.com |
| 时间 | 2025-05-08 01:40:05 (+0800) |
| 父 Commit | 11130cfdb3233a7cfcb3631a9df1d782b12d52dd |
提交信息
feat.增加了无.net10的安装包版本,实验性的修改了融合桌面设置下的组件库样式。
提交类型分析
| 类型 | 说明 |
|---|---|
| 主要类型 | feat - 新功能 |
| 影响范围 | 安装包、融合桌面组件库样式 |
变更概览
本次提交新增了两个重要变更:1) 增加了不依赖 .NET 10 的轻量版安装包;2) 实验性地修改了融合桌面设置下的组件库样式。这为不同环境用户提供了更多选择。
关联提交
- 前序提交:
11130cf- feat.更新界面多标题修复 - 后续提交:
2156922- feat.试验性地改了一下融合桌面的组件库
备注
- 涉及发布包配置变更
- 包含实验性样式调整