mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-20 23:54:26 +08:00
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.
This commit is contained in:
38
docs/auto_commit_md/20250508_cf4b8e2.md
Normal file
38
docs/auto_commit_md/20250508_cf4b8e2.md
Normal file
@@ -0,0 +1,38 @@
|
||||
# Commit 分析报告
|
||||
|
||||
## 基本信息
|
||||
|
||||
| 属性 | 值 |
|
||||
|------|-----|
|
||||
| Commit Hash | `cf4b8e2132a5212d9677ed575833795e4e137913` |
|
||||
| 短 Hash | `cf4b8e2` |
|
||||
| 作者 | lincube <lincube3@hotmail.com> |
|
||||
| 时间 | 2025-05-08 16:03:41 (+0800) |
|
||||
| 父 Commit | `e8ba84732833135513eeaf544d03c590aaca3a53` |
|
||||
|
||||
## 提交信息
|
||||
|
||||
```
|
||||
fix.央广网新闻组件第二行显示修复,课程表显示修复。
|
||||
```
|
||||
|
||||
## 提交类型分析
|
||||
|
||||
| 类型 | 说明 |
|
||||
|------|------|
|
||||
| 主要类型 | `fix` - 修复问题 |
|
||||
| 影响范围 | 央广网新闻组件、课程表组件 |
|
||||
|
||||
## 变更概览
|
||||
|
||||
本次提交修复了央广网新闻组件第二行显示问题,以及课程表组件的显示问题。这是一个综合性的UI修复提交。
|
||||
|
||||
## 关联提交
|
||||
|
||||
- 前序提交: `e8ba847` - fix.我又改了一下融合桌面的设置窗口
|
||||
- 后续提交: `cb96180` - feat.白板笔色自适应主题
|
||||
|
||||
## 备注
|
||||
|
||||
- 一次修复多个组件问题
|
||||
- 涉及显示布局修复
|
||||
Reference in New Issue
Block a user