When i try to stop a started forwared port to stop it takes more than 20 secs to stop !
Is it possible to make that run faster ?
Is it possible to make that run faster ?
If CurrentEShopSSH.ForwardedPorts(0).IsStarted Then
CurrentEShopSSH.ForwardedPorts(0).Stop()
End If
CurrentEShopSSH.RemoveForwardedPort(CurrentEShopSSH.ForwardedPorts(0))
Or maybe send this job to the background and go down the code to the next statement ?