-
Notifications
You must be signed in to change notification settings - Fork 18
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
Sometimes 'main.py is not responding' message comes out #34
Comments
https://github.com/Samsung/ioter/blob/main/src/common/process_controller.py#L104 I think there are three options to solve this issue.
|
How about showing progress dialog? |
It's also good idea. My concern is only that this progress dialog will be shown whenever process terminated. |
I tried to create a message box while terminating devices. But, it didn't work well.
|
[Step to reproduce]
[Cause]
Awaiting for the subprocess to exit, the delay could make the UI not operate, resulting in the error dialog shows up. But in this case, the device window and the error dialog would be disappeared shortly.
[Enhancement]
If there are any progress dialog shows during that time, user would feel comfortable
The text was updated successfully, but these errors were encountered: