System.IO.IOException: 进程无法访问文件,因为另一个进程正在使用该文件。

作者: taooceros创建于 2026年4月20日更新于 2026年9月15日
标签bugStale

GPT 称这是一个竞争条件,这将导致保存失败(在删除临时文件之前,尚未处理临时文件句柄)。 https://GitHub.com/Flow-Launcher/Flow.Launcher/blob/d0d41c65fc0fae7366ded6b538d5c0129c6523ba/Flow.Launcher.Infrastructure/Storage/JsonStorage.cs#L215-L224

内容来源: Flow-Launcher/Flow.Launcher