"frontend/src/vscode:/vscode.git/clone" did not exist on "eefab159581819c6a048ccd70dad51cfdcd4af7a"
fix(lifecycle): TokenRefreshService Stop() 防重复 close
使用 sync.Once 包裹 close(stopCh),避免多次调用 Stop() 时 触发 panic: close of closed channel。
Please register or sign in to comment