mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-10 12:10:01 +00:00
Prevent multiple simultaneous authentication flows by: - Adding static authInFlight promise tracking in AcpConnection - Implementing runExclusiveAuth method in AuthStateManager - Adding sessionCreateInFlight tracking in QwenAgentManager - Ensuring only one auth flow runs at a time across different components This prevents race conditions and duplicate login prompts when multiple components request authentication simultaneously. |
||
|---|---|---|
| .. | ||
| cli | ||
| core | ||
| sdk-typescript | ||
| test-utils | ||
| vscode-ide-companion | ||