Aias00 opened a new issue, #1086: URL: https://github.com/apache/rocketmq-dashboard/issues/1086
## Problem The LiteTopic session drawer accepts every completed `queryLiteTopicSession` request. If an operator opens session A and then immediately opens session B, a slower response for A can overwrite B's details. ## Expected behavior Only the latest selected session request may update the drawer. Late responses, errors, and loading completion from older requests must be ignored. ## Scope - `web/src/pages/studio/LiteTopic.tsx` - focused page regression test using deferred requests This is a frontend state-ownership fix and does not change LiteTopic APIs. -- 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]
