Attempt to fix nix issue

Former-commit-id: e8dc19a62b
This commit is contained in:
Owen
2026-05-07 16:23:59 -07:00
parent 34c5260e49
commit a84bae3bc1

View File

@@ -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