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.
1.1 KiB
1.1 KiB
提交分析报告
基本信息
| 属性 | 值 |
|---|---|
| 提交哈希 | 84caca02bf |
| 父提交 | aa7e15d967 |
| 作者 | lincube |
| 邮箱 | lincube3@hotmail.com |
| 提交时间 | 2025-05-07 10:34:31 (+08:00) |
| 提交信息 | feat. Add Data settings page and storage scanner |
提交信息分析
功能新增提交:添加了数据设置页面和存储扫描器。
这是一个重要的功能扩展,提供了:
- 数据设置页面 - 用于管理应用数据设置
- 存储扫描器 - 用于扫描和分析存储使用情况
变更概览
git show 84caca02bf9d05b73c85f519899539ed9c579596
提交类型
- 版本发布 (Release)
- 功能新增 (Feature)
- Bug 修复 (Bug Fix)
- 文档更新 (Documentation)
- 代码重构 (Refactoring)
- 其他 (Other)
涉及功能
- 数据设置页面 (Data Settings Page)
- 存储扫描器 (Storage Scanner)
- 设置系统扩展