-
feat: add graceful shutdown with OS signal handling
released this
2026-01-31 19:22:43 +00:00 | 54 commits to main since this releaseHandle SIGINT/SIGTERM in Start() to cleanly drain all contexts,
stop goroutines, close SSE connections, and tear down PubSub.Fix stopAllRoutines() to close() the channel instead of sending a
single value, so all listening goroutines are notified.Downloads