peetKh
Results
1
comments of
peetKh
I could replicate. It seems to be due to this part of the code: ``` if($Host.UI.RawUI.KeyAvailable) { if(@(17,27) -contains ($Host.UI.RawUI.ReadKey("NoEcho,IncludeKeyDown").VirtualKeyCode)) { Write-Verbose "CTRL or ESC caught. Stopping TCP Setup..." if($FuncVars["l"]){$Socket.Stop()}...