I am developing a little game in lua (using love2D), and what I want to do is serialize an image in order to send it to another peer. So, I simple get the string description of the image file, then I write it on the socket.
The problem is that nothing arrive to destination (neither with the loop-back address). I also tried to pass the string to the print
function but, again, nothing happen.
How is it possible? What can I do?