mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 15:45:38 +00:00
b494b3c8c0
IsAlive races with the StageDead event: if the client checks IsAlive after the stage is updated to StageDead but before having received the StageDead it will exit the event loop, blocking the StageDead to ever arrive. Remove IsAlive and let the client rely only on the StageDead to exit its event loop. Signed-off-by: Elias Naur <mail@eliasnaur.com>