swow-skeleton icon indicating copy to clipboard operation
swow-skeleton copied to clipboard

Skeleton for Swow

Results 8 swow-skeleton issues
Sort by recently updated
recently updated
newest added

Changed to use the default PcntlScanHandler, using ProcScanHandler in some unknown cases will fail to generate a proxy class.

How can I set the worker_num in the framework? I can't find the configuration in the documentation.

![image](https://user-images.githubusercontent.com/19525372/227453379-12909663-3422-473e-bb92-58894ca17082.png) ![image](https://user-images.githubusercontent.com/19525372/227453453-b6298148-315f-428d-b40e-b7100b4839da.png)

全新创建的项目,无任何改动的情况下,在IndexController新建一个test方法,路由为 /test `var_dump($this->request->getPathInfo());` 结果是 空字符串 “”

环境:swow-skeleton: 3.0 swow: 1.0 ```php #[Crontab(rule: "* * * * * *", name: "Foo", callback: "execute", memo: "这是一个示例的定时任务")] class FooTask { #[Inject] private StdoutLoggerInterface $logger; public function execute(): void {...

执行命令: ``` composer create-project hyperf/swow-skeleton swow v2.2.0 ``` 控制台输出报错 ``` Creating a "hyperf/swow-skeleton" project at "./swow" In CreateProjectCommand.php line 435: Could not find package hyperf/swow-skeleton with version v2.2.0 in a...

通过动态加载swow扩展运行热加载报错 php -d extension=swow bin/hyperf.php server:watch **以下为报错信息:** Generating optimized autoload files Generated optimized autoload files containing 4182 classes Start server ... Stop server success. PHP Fatal error: Uncaught Error: Class...