Hi there folks i am having this annoying problem with the socket.io plugin.
I am a delphi programmer and i am trying to set up a server with it.
So the delphi server works and it is able to recieve data through tcp with socket.io in construct but the send action of the plugin doesnt work.
When i connect to the server i get this :
GET /socket.io/1/?t=1368459064951 HTTP/1.1
Host: localhost: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
So i know it is possible for construct to send data to TCP server, but when i use the send action nothing appears.
Does anybody know why???
Thanks for your time.