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
Similarly to how launcher.vala does with GLib.Timeout.
Currently, after a process is asked to exit, the editor waits for its socket to disconnect. Unfortunately, this method does not support GTK's cancellable interface and infinite waits may happen.
We should use the Luancher's wait() interface, removing the socket waiting altogether.
The text was updated successfully, but these errors were encountered:
Similarly to how launcher.vala does with GLib.Timeout.
Currently, after a process is asked to exit, the editor waits for its socket to disconnect. Unfortunately, this method does not support GTK's cancellable interface and infinite waits may happen.
We should use the Luancher's wait() interface, removing the socket waiting altogether.
The text was updated successfully, but these errors were encountered: