The `DataClient` checks if the existing data server address matches the newly specified address and fails otherwise. [code](https://github.com/metricq/metricq-cpp/blob/master/src/data_client.cpp#L58-L62) Unfortunately this check fails even when the string representation of both addresses look the same.
The
DataClientchecks if the existing data server address matches the newly specified address and fails otherwise. codeUnfortunately this check fails even when the string representation of both addresses look the same.