dora-rs / dora

DORA (Dataflow-Oriented Robotic Application) is middleware designed to streamline and simplify the creation of AI-based robotic applications. It offers low latency, composable, and distributed dataflow capabilities. Applications are modeled as directed graphs, also referred to as pipelines.
https://dora-rs.ai
Apache License 2.0
1.35k stars 68 forks source link

Make non-UTF8 stdout/stderr from nodes non-fatal #510

Closed phil-opp closed 1 month ago

phil-opp commented 1 month ago

Log a warning instead and do a lossy conversion to String. This ensures that stdout/stderr stay open, which avoids a SIGPIPE exit of the node on the next println.