Skip to content

Wait for the producer thread to finish before destroying the encoded stream

Arjen Hiemstra requested to merge work/ahiemstra/encodedstreamdestroy into master

Otherwise we end up crashing because the thread is still trying to access things that are now gone.

Merge request reports