Merge pull request #464 from michael-loki/patch-3

Flush output stream after publish
pull/466/head
Jeff 5 years ago committed by GitHub
commit 3fdf112888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save