Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dialogs.c: move the scanning process into its own thread.
On MacOS there were some issues with the network iio_context scanning process. Inside libiio, some mutex locks are done during scanning. This blocks the UI thread and makes the app unusable. Moving into its own thread and creating a protected section (similar to calibration processes) should resolve this issue. Signed-off-by: AlexandraTrifan <[email protected]>
- Loading branch information