Fix configuration issues. Fix shutdown hangs

Always turn on compression
This commit is contained in:
2026-01-15 11:34:06 +01:00
parent d59aa2e855
commit cb219b3c74
3 changed files with 55 additions and 32 deletions

View File

@@ -77,7 +77,7 @@ type MessageHandler func(subject string, data []byte)
func Connect() {
clientOnce.Do(func() {
if Keys.Address == "" {
cclog.Warn("NATS: no address configured, skipping connection")
cclog.Info("NATS: no address configured, skipping connection")
return
}