From 2d39cb0b3ff9851e9872b3eb1f1324bde6910a1c Mon Sep 17 00:00:00 2001 From: gbc dev Date: Wed, 15 Jul 2026 01:42:34 +0200 Subject: fix(control): ignore SIGPIPE so a vanishing client can't kill the emulator A client that connects and closes before reading (e.g. the HUD's liveness probe) made the greeting write() raise SIGPIPE, terminating the whole emulator - this was behind much of the 'it keeps dying' this session. Also: gbhud now re-resolves the live instance from the registry on every reconnect (skipping stale sockets by test-connecting), so the HUD follows respawns, and its box rendering is ANSI-width-correct. --- core.3089603 | Bin 0 -> 11264000 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 core.3089603 (limited to 'core.3089603') diff --git a/core.3089603 b/core.3089603 new file mode 100644 index 0000000..493d1e5 Binary files /dev/null and b/core.3089603 differ -- cgit v1.3.1-sl0p