Is there a way to use 'while (true) {};' without causing it to hang? I need to continuously change and send model images and parameters to Python for processing while the script is running. However, I'm not sure how to make it possible using this method. If waiting for the script to complete its task is necessary,
↧