ajayd-san/gomanagedocker

Docker Scout process should be cancelled when the user returns from the info box

Closed this issue · 1 comments

The program still runs the docker scout command in background on a different goroutine even when the user exists the scout info box. Use something like exec.CommandContext to receive a cancel handler and invoke cancel accordingly.

patched in commit 8d9cde5 and should be available in next build