beiwei30 commented on a change in pull request #708:
URL: https://github.com/apache/dubbo-go/pull/708#discussion_r470351252



##########
File path: cluster/router/chain/chain.go
##########
@@ -48,20 +57,37 @@ type RouterChain struct {
        mutex sync.RWMutex
 
        url common.URL
+
+       // The times of address notification since last update for address cache
+       count int64
+       // The timestamp of last update for address cache
+       last time.Time
+       // Channel for notify to update the address cache
+       ch chan struct{}

Review comment:
       done.




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