Skip to content

local-display-factory: Don't try to respawn displays on shutdown

Ray Strode requested to merge fix-shutdown-crash into master

At the moment in the shutdown path we may try to respawn displays that just got killed.

The respawning happens when things are half torn down leading to crashes.

This commit makes sure we turn off the respawn logic in the shutdown path.

Merge request reports