Closed z1gc closed 8 months ago
The Glib may returns G_IO_STATUS_ERROR without setting the GError** error, making the i3ipc looping forever. This may happens in restarting i3wm multiple times.
GError** error
When the G_IO_STATUS_ERROR returned, continue the signal IPC shutdown process.
G_IO_STATUS_ERROR
The Glib may returns G_IO_STATUS_ERROR without setting the
GError** error
, making the i3ipc looping forever. This may happens in restarting i3wm multiple times.When the
G_IO_STATUS_ERROR
returned, continue the signal IPC shutdown process.