Skip to content

Commit 47156ef

Browse files
committed
Keep ActivePipeName when marking pipe as busy
1 parent 475fd03 commit 47156ef

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

PowerShell.MCP.Proxy/Services/ConsoleSessionManager.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,6 @@ public void MarkPipeBusy(string pipeName, string statusInfo)
6565
{
6666
_busyPipes[pipeName] = statusInfo;
6767

68-
// If this was the active pipe, clear it
69-
if (ActivePipeName == pipeName)
70-
{
71-
ActivePipeName = null;
72-
}
73-
7468
Console.Error.WriteLine($"[INFO] ConsoleSessionManager: Marked pipe '{pipeName}' as busy");
7569
}
7670
}

0 commit comments

Comments
 (0)