wlroots: Fix crash when socket is overwhelmed

Previously when the output buffer was overwhelmed, additional
events were submitted until the outgoing buffer filled up, which
causes the wayland-connection to 'break' and not accept further attempts
to flush() the socket.
This commit is contained in:
Ferdinand Schober
2023-10-12 12:40:57 +02:00
parent ab2514e508
commit 96ab7d304b
6 changed files with 37 additions and 7 deletions

1
.gitignore vendored
View File

@@ -1 +1,2 @@
/target
.gdbinit