jmjoy commented on issue #9831:
URL: https://github.com/apache/skywalking/issues/9831#issuecomment-1287595746
My current idea is to use `UnixDatagram` instead of `UnixStream`.
As the document (https://man7.org/linux/man-pages/man7/unix.7.html) says:
> SOCK_DGRAM, for a datagram-oriented
> socket that preserves message boundaries (as on most UNIX
> implementations, UNIX domain datagram sockets are always reliable
> and don't reorder datagrams)
But also have to solve the problem in mentioned in
https://github.com/apache/skywalking-php/pull/15 for MacOS.
--
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]