yyqdbngt opened a new issue, #2755:
URL: https://github.com/apache/rocketmq-dashboard/issues/2755

   The instance list service deduplicates in-flight requests by query type and 
search text, but the key does not include the current Mock/Real data mode. If a 
user switches modes while an identical query is pending, the request in the new 
mode can reuse the promise created for the previous data source and briefly 
display data from the wrong source.
   
   The request key should include the captured data mode, and the fetch should 
use that same captured value so mode changes cannot affect an already-started 
request.


-- 
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]

Reply via email to