Skip to content
New issue

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

nacos 2.3.1 客户端bug,导致修改配置内容后 服务端一直在推送 ConfigChangeNotifyRequest #11880

Closed
huhongjie2014 opened this issue Mar 26, 2024 · 1 comment
Labels
area/Client Related to Nacos Client SDK area/Config kind/bug Category issues or prs related to bug.
Milestone

Comments

@huhongjie2014
Copy link
Contributor

客户端方法:com.alibaba.nacos.client.config.impl.ClientWorker.ConfigRpcTransportClient#initRpcClientHandler 中

rpcClientInner.registerServerRequestHandler((request, connection) -> {
if (request instanceof ConfigChangeNotifyRequest) {
# 下行代码缺少return
handleConfigChangeNotifyRequest((ConfigChangeNotifyRequest) request, rpcClientInner.getName());
}
return null;
});

@stone-98
Copy link
Contributor

@i will solve it@

stone-98 added a commit to stone-98/nacos that referenced this issue Mar 26, 2024
@KomachiSion KomachiSion added kind/bug Category issues or prs related to bug. area/Client Related to Nacos Client SDK area/Config labels Mar 28, 2024
@KomachiSion KomachiSion added this to the 2.3.2 milestone Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/Client Related to Nacos Client SDK area/Config kind/bug Category issues or prs related to bug.
Projects
None yet
Development

No branches or pull requests

3 participants