Rafiaminhaj commented on issue #15913:
URL: https://github.com/apache/dubbo/issues/15913#issuecomment-3760741403

   I checked ReconnectTimerTask.
   The start() method schedules a new timeout without cancelling or checking
   an existing one, which can lead to multiple reconnect timers if start()
   is called repeatedly.
   This may explain the repeated reconnect behavior seen in production.
   I am continuing to verify the call flow from AbstractClient.
   


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