Skip to content

StoreLastCount 方法是不是写错了 #1

Description

@realjustice

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions