1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

Flush output stream after publish

Fixes #458
This commit is contained in:
michael-loki 2019-03-29 11:52:28 +00:00 committed by GitHub
parent 45f684cbd5
commit 1fddf59743
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -183,6 +183,8 @@ namespace llarp
}
prev = gIt;
}
m_stream.flush();
}
}
} // namespace metrics