I have question. I have set up a tcp server in delphi and i can send and receive normal TCP messages but i tried setting it up with this plugin and it can connect fine but it doesnt seem to be able to send data.
When it connects i get this message :
GET /socket.io/1/?t=1368371983491 HTTP/1.1
Host: 127.0.0.1:1050
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.64 Safari/537.31
Origin: localhost
Accept: */*
Referer: localhost
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-GB,en-US;q=0.8,en;q=0.6
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
This proves communication is possible but when i send some string it doesnt show up.
If someone could help it would be great.