This commit is contained in:
2021-10-29 14:10:53 +08:00
parent 1ec84d0fb3
commit a3b01f01f7
-1
View File
@@ -75,7 +75,6 @@ class RpcJsonp extends Component implements OnConnectInterface, OnReceiveInterfa
*/ */
public function register(OnStart $server) public function register(OnStart $server)
{ {
var_dump($server);
$config = Config::get('rpc'); $config = Config::get('rpc');
$agent = Kiri::getDi()->get(Agent::class); $agent = Kiri::getDi()->get(Agent::class);