Files
LanMountainDesktop/docs/auto_commit_md/20250510_692ca3d.md
lincube d8f75e86be 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.
2026-05-07 21:39:21 +08:00

790 B

Commit 分析报告

基本信息

属性
Commit Hash 692ca3de3dbc382f182fa08b58fb3cc6a8ef9ac9
短 Hash 692ca3d
作者 lincube lincube3@hotmail.com
时间 2025-05-10 08:00:15 (+0800)
父 Commit d62226ffa03cdf3e751f166792f8f59359ab8f9e

提交信息

Update CHANGELOG.md

提交类型分析

类型 说明
主要类型 docs - 文档更新
影响范围 CHANGELOG

变更概览

本次提交更新了 CHANGELOG.md 文件,记录了项目的变更历史。

关联提交

  • 前序提交: d62226f - fix. 试验性的修复了轻量版的Dotnet问题
  • 后续提交: 99a82d6 - change.插件设置支持View

备注

  • 属于文档维护
  • 记录版本变更历史