Skip to content

Fixes a bug where we would await an empty future. Replaces the std::async with a thread and fixes the bug

Guillaume Riou requested to merge fix/ndi-crash into develop

This affected some of the tests but without any side effects. It however made switcher's watcher quiddity crash in some very specific circumstances.

This alone doesn't fix the issue, there are fixes in the watcher in switcher. too.

Merge request reports