fix(session): tolerate files removed during listing

This commit is contained in:
KDB
2026-07-23 23:53:56 +08:00
committed by chengyongru
parent 754f457a94
commit 274613f064
2 changed files with 36 additions and 0 deletions
+2
View File
@@ -986,6 +986,8 @@ class SessionManager:
"path": str(path),
}
)
except FileNotFoundError:
continue
except _SESSION_DATA_ERRORS:
repaired = self._repair(fallback_key, path=path)
if repaired is not None: