Files
LanMountainDesktop/docs/auto_commit_md/20250514_03e32ee.md
lincube d8f75e86be Add IPC backoff/retries and safer disposal
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.
2026-05-07 21:39:21 +08:00

39 lines
861 B
Markdown

# Commit 分析报告
## 基本信息
| 属性 | 值 |
|------|-----|
| Commit Hash | `03e32ee6cb2ca8c8b31d48061d7a25b12191848e` |
| 短 Hash | `03e32ee` |
| 作者 | lincube <lincube3@hotmail.com> |
| 时间 | 2025-05-14 22:35:31 (+0800) |
| 父 Commit | `c2cc62b58b053972d8865feff6473e32b298deaa` |
## 提交信息
```
feat.网速显示组件引入了一套更好的等距。
```
## 提交类型分析
| 类型 | 说明 |
|------|------|
| 主要类型 | `feat` - 新功能 |
| 影响范围 | 网速显示组件 |
## 变更概览
本次提交为网速显示组件引入了一套更好的等距字体。这改善了网速数字的显示效果,使其更加美观和易读。
## 关联提交
- 前序提交: `c2cc62b` - feat.淡入淡出动画
- 后续提交: `2f0c178` - 激进的更新
## 备注
- 属于UI字体优化
- 提升组件视觉效果