Hi there!! I am developing a webapp using socket.io API.
Let's suppose this sentence in the client side:
How can I know if "mydata" reached the server? Maybe the server is down.....Code:socket=io.connect(myserver); socket.emit("myevent",mydata); //error handling?
Thank you very much!


Reply With Quote
Bookmarks