magao-x / MagAOX

The MagAO-X Software System

Home Page:https://magao-x.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Qt-INDI GUIs need clean separation between INDI threads and Qt updates

jaredmales opened this issue · comments

any Qt call inside an INDI callback needs to be via signal. So all the onConnect/onDisconnects and updateGUIs need to be this way. This is probably causing a lot of the GUI instability.