This commit is contained in:
parent
ec4f21540e
commit
3a1f0c297e
@ -693,7 +693,8 @@ public class ClientWorker implements Closeable {
|
|||||||
*/
|
*/
|
||||||
rpcClientInner.registerServerRequestHandler((request, connection) -> {
|
rpcClientInner.registerServerRequestHandler((request, connection) -> {
|
||||||
if (request instanceof ConfigChangeNotifyRequest) {
|
if (request instanceof ConfigChangeNotifyRequest) {
|
||||||
handleConfigChangeNotifyRequest((ConfigChangeNotifyRequest) request, rpcClientInner.getName());
|
return handleConfigChangeNotifyRequest((ConfigChangeNotifyRequest) request,
|
||||||
|
rpcClientInner.getName());
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user