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
Serialize resolveCommentThread operations to fix race condition
When resolving multiple PR comments quickly in the webview, concurrent
resolveCommentThread handlers would race: each fetches the full timeline
after its mutation, and a stale response from an earlier call can
overwrite a newer one. Serialize these operations using a promise queue
so each mutation + timeline fetch completes before the next starts.
Agent-Logs-Url: https://github.com/microsoft/vscode-pull-request-github/sessions/cbcba014-095c-41d9-a8bd-d041f599c908
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
0 commit comments