Make TcpClient connection method timeout

This commit is contained in:
2020-06-13 10:49:31 -05:00
parent ccc2df2fc4
commit a5ff4c05d6
4 changed files with 19 additions and 23 deletions
@@ -45,7 +45,10 @@ namespace qController
App.showToast("Error connecting...make sure QLab is running");
Back();
}
qController.KickOff();
else
{
qController.KickOff();
}
}
private void OnWorkspaceSelected(object source, WorkspacePromptArgs args)