RockteMQ-AI commented on issue #4860: URL: https://github.com/apache/rocketmq-dashboard/issues/4860#issuecomment-5771983959
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The reported state management issue is valid. When an AI stream is aborted, the cleanup logic clears the duplicate-send guard even if a newer conversation has already started, causing the new conversation's first message to be treated as a duplicate. **Root Cause:** Abort handler does not scope the guard cleanup to the specific conversation that was aborted. **Impact:** New conversations may lose their first message after a previous conversation is aborted. **Severity:** Medium An automated fix proposal may be generated. Reply `/approve` to proceed with PR generation. --- *Automated evaluation by RockteMQ-AI* -- 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]
