yuluo-yx opened a new pull request, #2897: URL: https://github.com/apache/rocketmq-dashboard/pull/2897
## What changed\n\n- share a synchronous resend guard between group and selected-message resends\n- prevent duplicate confirmation events from issuing repeated writes\n- add a deferred-promise regression for two confirmations in the same render\n\n## Why\n\nThe page loading states were asynchronous and allowed duplicate delivery side effects before the next render.\n\n## Verification\n\n- npm test -- --run src/pages/instance/__tests__/DLQPage.test.tsx\n- Prettier and ESLint on the two changed files (existing Fast Refresh warning only)\n- scope check: 2 files, 32 changed lines\n\nFixes #2888 -- 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]
