Open sashacmc opened 3 months ago
If we parsing the attachments to generate UMessage failed, how can we know what is the right callback to call? The change you propose sends and internal error but there is no source or sink so we don't know what to do with the error. I say we log and drop the message for now
If we parsing the attachments to generate UMessage failed, how can we know what is the right callback to call? The change you propose sends and internal error but there is no source or sink so we don't know what to do with the error. I say we log and drop the message for now
Ok, I reverted changes to only report error in the log
Hi @gregmedd, I'm still waiting your response, should we rework all error handling to avoid exception usage? And how we should report the error, except the logging?
Added error handling for message/sample conversions (including exceptions thrown by Zenoh) in callbacks