Skip to content

馃悰 Fix executor signal handling

Guillaume Riou requested to merge fix/executor-signal-handling into develop

This makes it so that the signal handling of the Executor can correctly handle more than one process without data races.

This fixes the use case in scenic where toggling an ndiOutput at the wrong moment made the ndiSniffer quiddity unresponsive.

Fixes at least this in scenic : sat-mtl/tools/scenic/scenic#439 (closed)

Merge request reports