PyFlow icon indicating copy to clipboard operation
PyFlow copied to clipboard

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

Open shckltn opened this issue 1 year ago • 2 comments

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 avatar Jul 12 '24 15:07 shckltn

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.

shckltn avatar Aug 01 '24 21:08 shckltn

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?

Jelmerdw avatar Nov 07 '24 12:11 Jelmerdw