lianfulei opened a new issue, #12979: URL: https://github.com/apache/skywalking/issues/12979
### 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 OAP server (apache/skywalking) ### What happened [Bug] php skywalking-agent ERROR shutdown: skywalking_agent::channel: channel send failed err=Invalid argument (os error 22) The PHP version is 7.4.0 The configuration of PHP.ini is as follows [skywalking_agent] extension = skywalking_agent.so skywalking_agent.enable = On skywalking_agent.reporter_type = standalone skywalking_agent.log_file = /data/skywalking-agent.log skywalking_agent.log_level = INFO skywalking_agent.server_addr = 192.168.1.1:11800,192.168.1.2:11800 skywalking_agent.service_name = hello-service The PHP Skywalking Agent error is as follows,And the UI has no data 2025-01-15T11:28:46.268934Z INFO skywalking_agent::module: Starting skywalking agent service_name="hello-service" service_instance="[email protected]" skywalking_version=8 heartbeat_period=30 properties_report_period_factor=10 2025-01-15T11:29:01.268052Z ERROR shutdown: skywalking_agent::channel: channel send failed err=Invalid argument (os error 22) May I ask how to solve this? ### What you expected to happen 1 ### How to reproduce 1 ### Anything else _No response_ ### Are you willing to submit a pull request to fix on your own? - [x] 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]
