xiaoheng1 commented on issue #8124:
URL: https://github.com/apache/dubbo/issues/8124#issuecomment-868202667


   such as:
   
   ```
   public void connectSync() {
           this.initPromise.awaitUninterruptibly(this.connectTimeout);
           long start = System.currentTimeMillis();
           while (!isAvailable()) {
               if(System.currentTimeMillis() - start <= connectTimeout) {
                   Thread.yield();
               }
           }
       }
   ```


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

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