v1.0.0_rc.11
This commit is contained in:
@@ -659,7 +659,10 @@ namespace {
|
||||
message.experiment_group = j["experiment_group"];
|
||||
if (j.contains("jfjoch_release"))
|
||||
message.jfjoch_release = j["jfjoch_release"];
|
||||
|
||||
if (j.contains("socket_number"))
|
||||
message.socket_number = j["socket_number"];
|
||||
if (j.contains("writer_notification_zmq_addr"))
|
||||
message.writer_notification_zmq_addr = j["writer_notification_zmq_addr"];
|
||||
} catch (const std::exception &e) {
|
||||
throw JFJochException(JFJochExceptionCategory::CBORError,
|
||||
"Cannot parse user_data as valid JSON " + std::string(e.what()));
|
||||
|
||||
Reference in New Issue
Block a user