implemented ping-pong heartbeats. adjusted logs and defaults.

This commit is contained in:
Jay
2026-04-24 09:59:01 -04:00
parent 3091c5dfd8
commit e32bbc99d8
13 changed files with 293 additions and 30 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ func AcquireSocket(
delay := retryMgr.CalculateDelay()
if logger != nil {
logger.Debug("dial failed, retrying",
logger.Warn("dial failed, retrying",
"error", err,
"attempt", retryMgr.RetryCount()+1,
"next_delay", delay)