Skip to content

【建议】把WxMpInRedisConfigStorage里面3个lock修改成基于redis的分布式锁 #181

@yiyi910

Description

@yiyi910

public WxMpInRedisConfigStorage() {
this.accessTokenLock = new ReentrantLock();
this.jsapiTicketLock = new ReentrantLock();
this.cardApiTicketLock = new ReentrantLock();
}

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