hyperf / hyperf/phar

Hyperf\RpcClient\ProxyFactory 使用RPC自动生成客户端功能与打包器冲突

Open
#4 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
PHP
Stars
3
Forks
0
PR merge metrics
No merged PRs in 30d

Description

![image](https://user-images.githubusercontent.com/7343318/163339259-08161215-f632-4240-8f14-ff4c9ea2c5bf.png)

在使用默认路径打包时,程序无法写入代理文件导致无法启动
```shell
$ php hyperf-skeleton.phar start
#!/usr/bin/env php
[DEBUG] Event Hyperf\Framework\Event\BootApplication handled by Hyperf\RpcMultiplex\Listener\RegisterProtocolListener listener.
[DEBUG] Event Hyperf\Framework\Event\BootApplication handled by Hyperf\RpcClient\Listener\AddConsumerDefinitionListener listener.
[DEBUG] Event Hyperf\Framework\Event\BootApplication handled by Hyperf\JsonRpc\Listener\RegisterProtocolListener listener.
[DEBUG] Event Hyperf\Framework\Event\BootApplication handled by Hyperf\ExceptionHandler\Listener\ExceptionHandlerListener listener.
[DEBUG] Event Hyperf\Framework\Event\BootApplication handled by Hyperf\DbConnection\Listener\RegisterConnectionResolverListener listener.
[DEBUG] Event Hyperf\Framework\Event\BootApplication handled by Hyperf\Config\Listener\RegisterPropertyHandlerListener listener.
[1] 80421 segmentation fault php hyperf-skeleton.phar start
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.