I made a fix to ProcessManager. Previously stop_process needs to be manually called to kill the remote process. However, this complicates the testing and GUI tasks.
Therefore, the remote process is automatically killed at ProcessManager deconstruction. And I assume during GUI hang/crash, this code won't be called.
I made a fix to ProcessManager. Previously stop_process needs to be manually called to kill the remote process. However, this complicates the testing and GUI tasks.
Therefore, the remote process is automatically killed at ProcessManager deconstruction. And I assume during GUI hang/crash, this code won't be called.