wisonlau opened a new issue, #12811: URL: https://github.com/apache/skywalking/issues/12811
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar issues. ### Apache SkyWalking Component PHP (apache/skywalking-php) ### What happened https://github.com/apache/skywalking/issues/12806 This fix only supports coroutine style and lacks asynchronous style. Currently, I am using asynchronous style https://wiki.swoole.com/zh-cn/#/http_server <img width="985" alt="image" src="https://github.com/user-attachments/assets/80155c1b-0728-4d15-aeb2-7baa8a20c9e6"> ### What you expected to happen 希望能支持异步风格 ### How to reproduce hyperf frame catalogue: config/server.php ``` 'mode' => SWOOLE_BASE, 'servers' => [ [ 'name' => 'http', 'type' => ServerInterface::SERVER_HTTP, 'host' => env('HTTP_HOST', '0.0.0.0'), 'port' => (int) env('HTTP_POER', 9501), 'sock_type' => SWOOLE_SOCK_TCP, 'callbacks' => [ Event::ON_REQUEST => [Hyperf\HttpServer\Server::class, 'onRequest'], ], ], ] ``` ### Anything else _No response_ ### Are you willing to submit a pull request to fix on your own? - [ ] Yes I am willing to submit a pull request on my own! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
