···6161 handleEvent(event);
6262 }
6363 } catch (err) {
6464+ if (signal.aborted) return;
6465 error("Connection to server lost", [
6566 "Your connection to the server was lost: " + (err instanceof Error ? err.message : String(err)),
6667 "Luminary will attempt to reconnect automatically. If the issue persists, please check your network connection and the server status.",