RockteMQ-AI commented on issue #1564: URL: https://github.com/apache/rocketmq-dashboard/issues/1564#issuecomment-5248866158
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The reported issue is valid. The AI chat streaming endpoint uses a `SseEmitter` without a configured timeout, which can block server threads indefinitely when the upstream OpenAI-compatible provider stalls. **Root Cause:** `SseEmitter` is created with timeout=0 (no timeout). If the upstream SSE stream hangs, the server thread remains blocked. **Severity:** Medium — can lead to thread exhaustion under adverse network conditions. An automated fix proposal can be generated. Reply `/approve` to proceed with PR generation. --- *Automated evaluation by github-manager* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
