Socket problem, write does not work
Hi all.
I'm currently trying things out with sockets.
This is my code: http://pastie.org/1001029
As you can see I first open the socket.
Then I try to write something to it, but when I do, I get no "Data received" in my debug log. It should, since the event listener logs that when something is read. This means nothing is sent. So how can I fix this problem?
Thanks in advance