You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: address critical issues in Qwen OAuth implementation
- Add mutex/promise-based deduplication to prevent race conditions in token refresh
- Add error handling for credential file write operations
- Ensure only one token refresh happens at a time for concurrent requests
- Continue with refreshed token in memory if file write fails
Addresses review feedback from PR #7380
0 commit comments