-
feat: add graceful shutdown for streaming response handling
released this
2025-09-17 11:46:57 +00:00 | 1924 commits to main since this release- Introduced
streamDonechannel to signal the completion of streaming goroutines. - Updated
processStreamingChunksto incorporate proper cleanup and defer close operations. - Ensured
streamWriterand associated resources are released when streaming completes.
Downloads
- Introduced