change ping pong handler and fix blocking channel

This commit is contained in:
Adrian Zuercher
2025-07-23 08:56:43 +02:00
parent de4758c563
commit 239e0050a1
3 changed files with 31 additions and 53 deletions

View File

@@ -75,6 +75,7 @@ func main() {
if err := artNetDriver.Connect(*serverIp, DriverName, *serverPort); err != nil {
artNetDriver.Log.Error("main", err)
}
artNetDriver.Log.Info("main", "next reconnecting attempt in 10 seconds")
time.Sleep(10 * time.Second)
}