jmjoy opened a new issue, #9831: URL: https://github.com/apache/skywalking/issues/9831
### 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 As discussed there (https://github.com/apache/skywalking-php/pull/24), non-blocking stream fails on write_all occasionally (https://github.com/apache/skywalking-php/pull/24#discussion_r1000112320). Now @phanalpha temporarily set the sender blocking to pass the CI, but this will cause the PHP worker process to block when the uds buffer is full or the grpc process exits unexpectedly. Therefore, we need to choose another non blocking sender mode to replace the existing one. ### What you expected to happen Non blocking sender and reliable. ### How to reproduce Set sender nonblocking to true. https://github.com/phanalpha/skywalking-php/blob/357cda037306bfb5c2cff41b162dacd6543145f4/src/channel.rs#L36 ### Anything else _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### 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]
