QingJuBaiTang commented on issue #15305:
URL: https://github.com/apache/dubbo/issues/15305#issuecomment-2990709092

   There's a key point here: the issue can only be reproduced if the two Dubbo 
references have some configuration differences. For example:
   
   @DubboReference
   private DemoService demoService;
   
   @DubboReference(timeout = 1000)
   private DemoService demoService2;


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to