AndrewChubatiuk / terraform-provider-ssh

This provider enables SSH port forwarding in Terraform.
Mozilla Public License 2.0
8 stars 9 forks source link

Fix high CPU usage #11

Open Blefish opened 1 year ago

Blefish commented 1 year ago

I noticed that the goroutine which is tracking parent process is running in a busy loop. Feel free to provide an alternative fix, I am not fluent in go.