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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Describe the bug nacos-client missing accessToken sometime. ( nacos-client 偶发accessToken导致接口认证失败。 ) nacos-client version: 2.x
Reason com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl#login
loginIdentityContext = new LoginIdentityContext(); // 新赋值了空Context (空对象会立即被其他线程读取到,引发问题) loginIdentityContext.setParameter(NacosAuthLoginConstant.ACCESSTOKEN, identityContext.getParameter(NacosAuthLoginConstant.ACCESSTOKEN)); // 再给Context设置参数
The text was updated successfully, but these errors were encountered:
[ISSUE alibaba#12509] Fix nacos-client updating accessToken bug.
d7d98cf
103457c
[ISSUE #12509] Fix nacos-client updating accessToken bug. (#12510)
9efee81
No branches or pull requests
Describe the bug
nacos-client missing accessToken sometime. ( nacos-client 偶发accessToken导致接口认证失败。 )
nacos-client version: 2.x
Reason
com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl#login
The text was updated successfully, but these errors were encountered: