service_discovery icon indicating copy to clipboard operation
service_discovery copied to clipboard

StoreLastCount 方法是不是写错了

Open realjustice opened this issue 4 years ago • 1 comments

代码中的 atomic.StoreInt64(&gd.lastRenewCount, atomic.SwapInt64(&gd.needrenewCount, 0)) 是否应该改为 atomic.StoreInt64(&gd.lastRenewCount, atomic.SwapInt64(&gd.renewCount, 0))

realjustice avatar Apr 13 '21 05:04 realjustice

是的。感谢提出。已修复

skyhackvip avatar Jul 12 '21 05:07 skyhackvip