diff --git a/RpcJsonp.php b/RpcJsonp.php index add1182..21537d6 100644 --- a/RpcJsonp.php +++ b/RpcJsonp.php @@ -226,6 +226,7 @@ class RpcJsonp extends Component implements OnConnectInterface, OnReceiveInterfa { try { $handler = $this->collector->find($data['service'], 'GET'); + var_dump($this->collector, $data); if (is_integer($handler) || is_null($handler)) { throw new Exception('Handler not found', -32601); }