kill <pid> on the running daemon (:4200, v0.7.0 build at b1d5531) did nothing — still listening after 45 s, no live agents. kill -INT stopped it cleanly within seconds. Since the CLI says "Ctrl+C to stop", SIGINT has a handler and SIGTERM doesn't, so anything that stops it with the default signal (launchd, a supervisor, a plain kill) hangs.
kill <pid>on the running daemon (:4200, v0.7.0 build at b1d5531) did nothing — still listening after 45 s, no live agents.kill -INTstopped it cleanly within seconds. Since the CLI says "Ctrl+C to stop", SIGINT has a handler and SIGTERM doesn't, so anything that stops it with the default signal (launchd, a supervisor, a plainkill) hangs.