yyqdbngt opened a new issue, #1337: URL: https://github.com/apache/rocketmq-dashboard/issues/1337
## Problem The add and remove handlers in `web/src/pages/studio/Proxy.tsx` call `loadProxyNodes()` without returning or awaiting it. Their outer `finally` blocks therefore set `loading` to false immediately after starting the refresh, even though the refreshed list is still pending. ## Expected behavior Add/remove success should await the follow-up list refresh, keep the loading indicator active through completion, and surface a refresh failure consistently. ## Scope - await mutation-triggered reloads - avoid competing owners of the shared loading state - add tests with deferred mutation and reload promises -- 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]
