From e8dc19a62bf2e6dbe88359ce5649c880070ded94 Mon Sep 17 00:00:00 2001 From: Owen Date: Thu, 7 May 2026 16:23:59 -0700 Subject: [PATCH] Attempt to fix nix issue --- common.go | 1 + 1 file changed, 1 insertion(+) diff --git a/common.go b/common.go index 95333d2..bcbd968 100644 --- a/common.go +++ b/common.go @@ -208,6 +208,7 @@ func pingWithRetry(tnet *netstack.Net, dst string, timeout time.Duration) (stopC logger.Warn(msgHealthFileWriteFailed, err) } } + return } case <-pingStopChan: // Stop the goroutine when signaled