Files
ladybird/Meta/Lagom/Tools/CodeGenerators/IPCCompiler
Andreas Kling d48ba83954 IPCCompiler: Silently ignore async message send failures
Async IPC messages are fire-and-forget by design. If the peer has
disconnected (e.g. crashed), attempting to send will fail, but there's
nothing meaningful we can do about it.

Change the generated code from MUST() to (void) so we don't crash when
trying to send async messages to a dead peer.
2026-01-13 23:57:46 +01:00
..