yuluo-yx opened a new pull request, #2894: URL: https://github.com/apache/rocketmq-dashboard/pull/2894
## What changed\n\n- add a synchronous in-flight guard shared by Proxy address add/remove actions\n- skip manual refresh while an address mutation is pending\n- add a deferred-promise regression for two add events in the same render\n\n## Why\n\nReact loading state is committed asynchronously. Two events received before that commit issued two backend writes; request IDs only hid stale UI responses and did not prevent the duplicate mutation.\n\n## Verification\n\n- npm test -- --run src/pages/studio/__tests__/Proxy.test.tsx\n- Prettier and ESLint on the two changed files\n- scope check: 2 files, 26 changed lines\n\nFixes #2890 -- 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]
