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.
752 B
752 B
提交分析报告
基本信息
| 属性 | 值 |
|---|---|
| 提交哈希 | d054257db2 |
| 父提交 | f50cfed3cc |
| 作者 | lincube |
| 邮箱 | lincube3@hotmail.com |
| 提交时间 | 2025-04-29 22:14:50 (+08:00) |
| 提交信息 | 0.8.0.41 |
提交信息分析
0.8.0.41 版本发布,这是一个非标准的版本号,可能是内部测试版本或预发布版本。
变更概览
git show d054257db2dad55f4e6861b65c5fd4c2c05305b6
提交类型
- 版本发布 (Release)
- 功能新增 (Feature)
- Bug 修复 (Bug Fix)
- 文档更新 (Documentation)
- 代码重构 (Refactoring)
- 其他 (Other)