-
feat: add graceful shutdown for streaming response handling
发布于
2025-09-17 11:46:57 +00:00 | 3148 次提交 在此版本后已推送到 main- 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.
下载附件
- Introduced