mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-14 18:01:20 +08:00
05b6eb4f2f
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>