From b3c200b4434cb75226dc598bb7c1d6117c27316d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Thu, 13 Jan 2022 18:34:23 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E6=94=B9=E5=90=8D"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit fdf58326 --- RpcJsonp.php | 1 + 1 file changed, 1 insertion(+) diff --git a/RpcJsonp.php b/RpcJsonp.php index b06e33b..4183277 100644 --- a/RpcJsonp.php +++ b/RpcJsonp.php @@ -110,6 +110,7 @@ class RpcJsonp extends Component implements OnConnectInterface, OnReceiveInterfa */ public function register(OnServerBeforeStart $server) { + var_dump($server); $this->manager->register(); }