We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
简单概括描述下你所遇到的问题。 WxOpenInRedisConfigStorage inRedisConfigStorage = new WxOpenInRedisConfigStorage(pool, "zoeyun:" + clientId);
WxOpenInRedisConfigStorage inRedisConfigStorage = new WxOpenInRedisConfigStorage(pool, "zoeyun:" + clientId); 对象构造时因继承自,WxOpenInMemoryConfigStorage 对象,WxOpenInMemoryConfigStorage 对象初始化时 private Lock componentAccessTokenLock = getLockByKey("componentAccessTokenLock"); 执行getLockByKey方法,但在WxOpenInRedisConfigStorage 对象中,未初始化完成,此时redisOps对象值为空,导致Null报错。
The text was updated successfully, but these errors were encountered:
fixed binarywang#1546
1e29d39
🐛 #1546 修复WxRedisOps问题, #1548 修复WxOpenInMemoryConfigStorage锁问题,#1305 …
058ce62
…增加商户电子发票功能
3.7.9.B版本已修复
Sorry, something went wrong.
No branches or pull requests
简要描述
简单概括描述下你所遇到的问题。
WxOpenInRedisConfigStorage inRedisConfigStorage = new WxOpenInRedisConfigStorage(pool, "zoeyun:" + clientId);
模块版本情况
详细描述
WxOpenInRedisConfigStorage inRedisConfigStorage = new WxOpenInRedisConfigStorage(pool, "zoeyun:" + clientId);
对象构造时因继承自,WxOpenInMemoryConfigStorage 对象,WxOpenInMemoryConfigStorage 对象初始化时
private Lock componentAccessTokenLock = getLockByKey("componentAccessTokenLock");
执行getLockByKey方法,但在WxOpenInRedisConfigStorage 对象中,未初始化完成,此时redisOps对象值为空,导致Null报错。
The text was updated successfully, but these errors were encountered: