From f1f7b1081d3f1d79ac4b911e2e2a666591bd3332 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Thu, 13 Jan 2022 18:27:36 +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 b8c372f..9a84bb3 100644 --- a/RpcJsonp.php +++ b/RpcJsonp.php @@ -90,6 +90,7 @@ class RpcJsonp extends Component implements OnConnectInterface, OnReceiveInterfa */ public function consulWatches(OnWorkerStart|OnTaskerStart $server) { + var_dump($server->workerId); if ($server->workerId != 0) { return; }