• feat: add graceful shutdown for streaming response handling
    Some checks failed
    docker-image / docker (push) Has been cancelled
    goreleaser / goreleaser (push) Has been cancelled

    airkjw released this 2025-09-17 11:46:57 +00:00 | 1924 commits to main since this release

    • Introduced streamDone channel to signal the completion of streaming goroutines.
    • Updated processStreamingChunks to incorporate proper cleanup and defer close operations.
    • Ensured streamWriter and associated resources are released when streaming completes.
    Downloads