DUNE-DAQ / iomanager

Package providing a unified API
0 stars 0 forks source link

Notify Users when message is non-serializable #5

Closed eflumerf closed 2 years ago

eflumerf commented 2 years ago

Currently, NetworkReceiverModel::read_network and NetworkSenderModel::write_network do not perform any actions when the message handed to them is not serializable. This is a larger configuration error, and should be raised as at least a warning (if not an error) so that the operator knows that the problem is occurring.