This commit is contained in:
2021-10-29 14:19:06 +08:00
parent ea09639fd7
commit 00e7083b64
+1 -1
View File
@@ -66,7 +66,7 @@ class RpcJsonp extends Component implements OnConnectInterface, OnReceiveInterfa
$config = Config::get('rpc');
$agent = $this->container->get(Agent::class);
$agent->service->deregister($config['registry']['config']['config']);
$agent->service->deregister($config['registry']['config']['ID']);
}