1.0.0-rc2: Fixes in preview
This commit is contained in:
@@ -74,8 +74,8 @@ void HDF5Writer::AddStats(const std::optional<HDF5DataFileStatistics>& s) {
|
||||
}
|
||||
}
|
||||
|
||||
void HDF5Writer::SetupSocket(ZMQContext &c, const std::string &addr) {
|
||||
socket = std::make_unique<ZMQSocket>(c, ZMQSocketType::Pub);
|
||||
void HDF5Writer::SetupSocket(const std::string &addr) {
|
||||
socket = std::make_unique<ZMQSocket>(ZMQSocketType::Pub);
|
||||
socket->Bind(addr);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user