Skip to content

Commit

Permalink
Update SmiCtpAnonymiser.cs
Browse files Browse the repository at this point in the history
End async read operation on stdout
  • Loading branch information
jas88 committed Jan 8, 2025
1 parent 85f855c commit 258fb6c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public SmiCtpAnonymiser(GlobalOptions globalOptions)

lock (_ctpProcess)
Monitor.Wait(_ctpProcess, 100000);
_ctpProcess.CancelOutputRead();
if (ready) return;

_ctpProcess.Kill();
Expand Down

0 comments on commit 258fb6c

Please sign in to comment.