mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-20 23:54:26 +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.
39 lines
943 B
Markdown
39 lines
943 B
Markdown
# 提交分析报告
|
||
|
||
## 基本信息
|
||
|
||
| 属性 | 值 |
|
||
|------|-----|
|
||
| **提交哈希** | 675096b6c4acf3b4b3f19d57aca773146b070f1e |
|
||
| **父提交** | 1c3cc76f2144f4b82ea507693820c55ffda1b4a5 |
|
||
| **作者** | lincube |
|
||
| **邮箱** | lincube3@hotmail.com |
|
||
| **提交时间** | 2025-05-02 21:05:15 (+08:00) |
|
||
| **提交信息** | fead.做了状态栏加了更多的胶囊组件。然后我稍微修了一下智教Hub组件 |
|
||
|
||
## 提交信息分析
|
||
|
||
**功能新增 + Bug 修复提交**:
|
||
- 状态栏添加了更多胶囊组件(Capsule Components)
|
||
- 修复了智教 Hub 组件的问题
|
||
|
||
## 变更概览
|
||
|
||
```bash
|
||
git show 675096b6c4acf3b4b3f19d57aca773146b070f1e
|
||
```
|
||
|
||
## 提交类型
|
||
|
||
- [ ] 版本发布 (Release)
|
||
- [x] 功能新增 (Feature)
|
||
- [x] Bug 修复 (Bug Fix)
|
||
- [ ] 文档更新 (Documentation)
|
||
- [ ] 代码重构 (Refactoring)
|
||
- [ ] 其他 (Other)
|
||
|
||
## 涉及功能
|
||
|
||
- 胶囊组件 (Capsule Components)
|
||
- 智教 Hub 组件修复
|