"frontend/src/vscode:/vscode.git/clone" did not exist on "95751d8009a6bf132e8112c70cf1700957050e1f"
fix(token-cache): 修复异步刷新与请求线程的缓存竞态条件
- 新增 _token_version 版本号机制,防止过期 token 污染缓存 - TokenRefreshService 刷新成功后写入版本号并清除缓存 - TokenProvider 写入缓存前检查版本,过时则跳过 - ClearError 时同步清除 token 缓存
Please register or sign in to comment