Skip to content

No Queued Blocking signals and slots

Jasem Mutlaq requested to merge (removed):no_blocking into master

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

Merge request reports