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:
33
docs/auto_commit_md/20250428_5804627.md
Normal file
33
docs/auto_commit_md/20250428_5804627.md
Normal file
@@ -0,0 +1,33 @@
|
||||
# 提交分析报告
|
||||
|
||||
## 基本信息
|
||||
|
||||
| 属性 | 值 |
|
||||
|------|-----|
|
||||
| **提交哈希** | 5804627f53e4b1c9f98b83ec3d5645df4513c4ac |
|
||||
| **父提交** | 7a268489c95cf8eac0f71e8c41c1659bd57d324b |
|
||||
| **作者** | lincube |
|
||||
| **邮箱** | lincube3@hotmail.com |
|
||||
| **提交时间** | 2025-04-28 21:48:39 (+08:00) |
|
||||
| **提交信息** | 0.8.0.1 |
|
||||
|
||||
## 提交信息分析
|
||||
|
||||
**0.8.0.1** 版本发布,这是 0.8.0 的第一个补丁版本,通常包含 bug 修复或小改进。
|
||||
|
||||
## 变更概览
|
||||
|
||||
建议查看详细变更:
|
||||
|
||||
```bash
|
||||
git show 5804627f53e4b1c9f98b83ec3d5645df4513c4ac
|
||||
```
|
||||
|
||||
## 提交类型
|
||||
|
||||
- [x] 版本发布 (Release)
|
||||
- [ ] 功能新增 (Feature)
|
||||
- [x] Bug 修复 (Bug Fix)
|
||||
- [ ] 文档更新 (Documentation)
|
||||
- [ ] 代码重构 (Refactoring)
|
||||
- [ ] 其他 (Other)
|
||||
Reference in New Issue
Block a user