I am trying to communicate between ruby and python through unix sockets, and i need multithreaded python server to respond to many ruby clients. All work fine except 1 thing, that i send message from client only once, but the server recieves it 2 times somehow. I am trying to communicate between ruby and pyt