Skip to content

fix(io): fortify matrix writer

Didier WECKMANN requested to merge fortify-matrix-writer into dev

Description

A subtle race condition when changing the base folder of the matrix_writer can occur, which would display the "open file" dialog. This is of course unwanted and should have been fixed here.

How to test it?

Launch Unit test and test applications that do use the matrix writer service.

Merge request reports