cochmedia
Results
1
comments of
cochmedia
> Can you please try to change > `$this->icpSocket = socket_create(AF_UNIX, SOCK_DGRAM, 0);` > to > `$this->icpSocket = socket_create(AF_UNIX, SOCK_STREAM, 0);` > > and check if that works on a...