123123213weqw opened a new issue, #1565: URL: https://github.com/apache/rocketmq-dashboard/issues/1565
## Problem The LLM settings page applies a connection-test result even when the form configuration changes while the request is in flight. A successful result for Tongyi, for example, can appear after the user has switched the form to OpenAI. The old request can also clear loading state belonging to later work. ## Proposed fix Track connection-test generations, invalidate the active generation whenever form values change or the page unmounts, and only apply result/error/loading state for the current generation. Add a regression test that changes providers before an old test resolves. -- 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]
