From caf2b0dd797c09e06d77f94ebc8284c1f5d13972 Mon Sep 17 00:00:00 2001 From: Johannes Schmidt Date: Thu, 23 Apr 2026 12:04:58 +0200 Subject: [PATCH] Avoid too many 'connection refused' errors in log by listening early --- test/perfdata-perfdatawriterfixture.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/perfdata-perfdatawriterfixture.hpp b/test/perfdata-perfdatawriterfixture.hpp index e70b2123c..a74cf1dd5 100644 --- a/test/perfdata-perfdatawriterfixture.hpp +++ b/test/perfdata-perfdatawriterfixture.hpp @@ -121,6 +121,7 @@ object Host "h1" { void ResumeWriter() { + Listen(); static_cast(m_Writer)->OnConfigLoaded(); m_Writer->SetActive(true); m_Writer->Activate();