mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 20:44:01 +01:00
1d010afbf7
When sway crashes a swaybar process is sometimes left behind running at 100% CPU. This was caused by the swaybar trying to retrieve an IPC response from the closed sway socket. This patch fixes the problem by aborting when the socket has been closed (recv return 0). Fix #528 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ipc-client.c | ||
list.c | ||
log.c | ||
readline.c | ||
stringop.c | ||
util.c |