From c190c749f47347e4919d5f3d23d8a0a306b04958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Fri, 17 Jun 2022 13:44:40 +0800 Subject: [PATCH] modify plugin name --- RpcJsonp.php | 1 - 1 file changed, 1 deletion(-) diff --git a/RpcJsonp.php b/RpcJsonp.php index 0703de2..8611ddf 100644 --- a/RpcJsonp.php +++ b/RpcJsonp.php @@ -150,7 +150,6 @@ class RpcJsonp extends Component implements OnConnectInterface, OnReceiveInterfa $this->logger->error('JsonRpc: ' . $throwable->getMessage()); $response = Json::encode($this->failure(-32700, $throwable->getMessage())); $server->send($fd, $response); - $server->close($fd); } }