The source project of this merge request has been removed.
No Queued Blocking signals and slots
This is still work-in-progress. We have several QueuedBlockingConnection that blocks the calling thread until the receiving thread finishes. This has led to some deadlocks in the past. I tried to work around these limitations to see if we can still manage. One major issue is that sometimes properties are deleted in INDI, and Ekos still tries to access them.
Attempting to remove all instances of queud blocking connection for search of better solution to avoid any deadlocks
Edited by Jasem Mutlaq