Hi there, I've been playing around with the new socket SDKs, released with the 1.7 sdk.
Here it's the example taken from the blog:
https://gist.github.com/948889
What I did is I simply changed the host from google.com to localhost (where a socket server was running). I get the aknowledge message when I connect, but if I try to write data, I get the message <30> bytes written to socket, but on the server I don't receive any feedback that actually anything was written.
Any ideas why?
Your Answer
Think you can help? Login to answer this question!