Catch panics in pad task loop functions
We can then convert them into error messages or maybe return something to that matter from stop_task()
. Needs some more thinking if that causes potential problems.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
The migration is almost done, at least the rest should happen in the background. There are still a few technical difference between the old cluster and the new ones, and they are summarized in this issue. Please pay attention to the TL:DR at the end of the comment.
We can then convert them into error messages or maybe return something to that matter from stop_task()
. Needs some more thinking if that causes potential problems.
added Enhancement label
changed milestone to %0.19.0
Posting an error message and pausing the task seems the correct approach. If there's no parent that can accept messages, either panic again (i.e. abort the process) or just silently pause the task.
assigned to @vivia
mentioned in commit vivia/gstreamer-rs@192f9a8d
mentioned in merge request !1120 (merged)
mentioned in commit vivia/gstreamer-rs@4fd9d87b
mentioned in commit vivia/gstreamer-rs@c8034419
mentioned in commit vivia/gstreamer-rs@8d3ada5d
closed