mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
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.