roc-streaming / roc-toolkit

Real-time audio streaming over the network.
https://roc-streaming.org
Mozilla Public License 2.0
1.06k stars 211 forks source link

Rework status::code_to_str #605

Closed gavv closed 11 months ago

gavv commented 11 months ago

303

Rework code_to_str() to return status name (like "NoData") instead of freeform text (like "no data").

I think returning text will introduce unnecessary difficulties when debugging because you'll have to remember mapping of that text to statuses, but what you actually need to know is always status code itself.