service_discovery
service_discovery copied to clipboard
StoreLastCount 方法是不是写错了
代码中的 atomic.StoreInt64(&gd.lastRenewCount, atomic.SwapInt64(&gd.needrenewCount, 0)) 是否应该改为 atomic.StoreInt64(&gd.lastRenewCount, atomic.SwapInt64(&gd.renewCount, 0))
是的。感谢提出。已修复