You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The UI hangs after hitting the start button, until QMP is connected.
This means that UI elements like the log that is being added in #48 are not refereshed, which means a large number of log messages are suddenly shown, once the connection is established.
The "Start" button won't change into "Stop" for about a second on my machine - this makes the UI feel unresponsive.
To avoid this, the connection loop should be improved / replaced:
The UI hangs after hitting the start button, until QMP is connected.
This means that UI elements like the log that is being added in #48 are not refereshed, which means a large number of log messages are suddenly shown, once the connection is established.
The "Start" button won't change into "Stop" for about a second on my machine - this makes the UI feel unresponsive.
To avoid this, the connection loop should be improved / replaced:
xqemu-manager/main.py
Lines 288 to 302 in 00f3bf0
The text was updated successfully, but these errors were encountered: