Wake host on a separate worker thread to avoid hanging the UI for DNS resolution

This commit is contained in:
Cameron Gutman
2018-09-05 16:10:32 -07:00
parent 8a2491d955
commit 78730f7235
3 changed files with 26 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ public:
Q_INVOKABLE void pairComputer(int computerIndex, QString pin);
Q_INVOKABLE bool wakeComputer(int computerIndex);
Q_INVOKABLE void wakeComputer(int computerIndex);
Q_INVOKABLE Session* createSessionForCurrentGame(int computerIndex);