Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I make sure the main GUI stays responsive when a node has long compute times? #134

Open
shckltn opened this issue Jul 12, 2024 · 2 comments

Comments

@shckltn
Copy link

shckltn commented Jul 12, 2024

The GUI becomes unresponsive and I don't see the node color change to the "computing" color while it's executing.

Maybe I am creating my nodes wrong.

@shckltn
Copy link
Author

shckltn commented Aug 1, 2024

I was able to solve the issue by creating my own worker thread instead of using the main thread which is what the QT GUI uses.

But the underlying issue I believe still exists in the baseline repo.

@Jelmerdw
Copy link

Jelmerdw commented Nov 7, 2024

I was able to solve the issue by creating my own worker thread instead of using the main thread which is what the QT GUI uses.

But the underlying issue I believe still exists in the baseline repo.

Could you share your solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants