You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2022/10/22 03:07:36 UTC

[GitHub] [skywalking] jmjoy commented on issue #9831: [Bug] [PHP] Bugs on Reporter (channel/worker).

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: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org