Skip to content

Commit ad8563b

Browse files
Avoid too many 'connection refused' errors in log by listening early
1 parent 99a5a6c commit ad8563b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/perfdata-perfdatawriterfixture.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ object Host "h1" {
121121

122122
void ResumeWriter()
123123
{
124+
Listen();
124125
static_cast<ConfigObject::Ptr>(m_Writer)->OnConfigLoaded();
125126
m_Writer->SetActive(true);
126127
m_Writer->Activate();

0 commit comments

Comments
 (0)