From 00e7083b64a285f59fc7bbaa08ba21e6536e6053 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Fri, 29 Oct 2021 14:19:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/RpcJsonp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RpcJsonp.php b/src/RpcJsonp.php index 1edaf5d..1febbb2 100644 --- a/src/RpcJsonp.php +++ b/src/RpcJsonp.php @@ -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']); }