RockteMQ-AI commented on issue #4697: URL: https://github.com/apache/rocketmq-dashboard/issues/4697#issuecomment-5756681398
**Issue Evaluation** Category: `bug` | Status: **Confirmed** This is a valid state management bug. When switching conversations, the previous conversation's live run is incorrectly attached to the new conversation context. **Root Cause:** The conversation switch handler does not properly detach the live run subscription from the previous conversation before mounting the new one. The live run state leaks across conversation boundaries. **Impact:** Users see stale live run data from a previous conversation after switching. This can cause confusion and potentially incorrect operations if the live run is interacted with. **Severity:** Medium — affects UX correctness in multi-conversation workflows. PR #4696 addresses this. The fix should ensure live run state is fully reset on conversation switch. --- *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]
