xiaoyifang commented on PR #5713:
URL: https://github.com/apache/rocketmq/pull/5713#issuecomment-1358717527

   In the future edition , 
   I think `hasNotified` can be removed and use `isStop` instead. these two 
variables share some common senarios.
   
   pesudocode:
   `
   if(!isStop){
   await(N,millionseconds)
   }
   `
   
    This can be in a new PR.


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