Hi all! I'm writing an application client-server in c using sockets AF_UNIX. Once the two processes are connected they enter in these infinity loops:

server ==> receive_message-send_message

client ==> send_message_receive_message

The problem is that i get Broken pipe.
Any idea?

cheers