mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-01 19:42:03 +00:00
Address PR feedback: the root cause is undici's HTTP keep-alive pool holding TCP sockets open. Adding Connection: close to the update check and telemetry fetch calls lets the event loop drain naturally after render completes, without needing a forced process.exit(0). Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>