yyqdbngt opened a new issue, #1336: URL: https://github.com/apache/rocketmq-dashboard/issues/1336
## Problem `loadProxyNodes` in `web/src/pages/studio/Proxy.tsx` applies every `queryProxyHomePage` result. The initial load, manual refresh, and mutation-triggered refresh can overlap, allowing an older response to replace a newer Proxy list and current-node selection. ## Expected behavior Only the latest active Proxy list request may update nodes, statistics, local storage, errors, or loading state. Late completion after unmount must be ignored. ## Scope - add request ownership to Proxy loading - add out-of-order response regression tests -- 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]
