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; }