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
客户端方法: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; });
The text was updated successfully, but these errors were encountered:
@i will solve it@
Sorry, something went wrong.
[ISSUE alibaba#11880]Fixed the issue of duplicate notifications of co…
520dcc7
…nfiguration changes.
[ISSUE #11880]Fixed the issue of duplicate notifications of configura…
3a1f0c2
…tion changes. (#11881)
No branches or pull requests
客户端方法: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;
});
The text was updated successfully, but these errors were encountered: