Attempt to fix nix issue

This commit is contained in:
Owen
2026-05-07 16:23:59 -07:00
parent 9ff32b8a8b
commit e8dc19a62b

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