Skip to content
Snippets Groups Projects
Verified Commit 07e187d4 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix crash in SingleApplication when other end exits immediately

In those cases the emit might cause the server to remove the connection
and we are working with a dangling pointer. We can't call putChar on
that, so acknowledge the message immediately and then emit the message.
parent ff502f30
No related branches found
No related tags found
No related merge requests found
Pipeline #2165 failed