[PR #17266] Fix lock warning during ReturnResponse #31177

Closed
opened 2026-01-31 09:45:35 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/17266

State: closed
Merged: Yes


As reported here:
https://github.com/microsoft/terminal/pull/16224#discussion_r1594849244

The underlying WriteFile call may block indefinitely and
we shouldn't hold the terminal lock during that period.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/17266 **State:** closed **Merged:** Yes --- As reported here: https://github.com/microsoft/terminal/pull/16224#discussion_r1594849244 The underlying `WriteFile` call may block indefinitely and we shouldn't hold the terminal lock during that period.
claunia added the pull-request label 2026-01-31 09:45:35 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#31177