compatibility issue with socket.io version
Hello, I am using socket.io v1.0 and throught xcode i am not able to connect to the server.Is there any issue related to the code or am i doing something wrong
Thanks
There is no support for socket.io v1.0, take a look at this fork https://github.com/francoisp/socket.IO-objc. There is another issue opened for supporting 1.0 https://github.com/pkyeck/socket.IO-objc/issues/162
Seems like your doing something wrong. A good starting point is trying to connect via JavaScript to your server. mounibec [email protected] schrieb am Sa., 29. Nov. 2014 um 16:20:
There is no support for socket.io v1.0, take a look at this fork https://github.com/francoisp/socket.IO-objc. There is another issue opened for supporting 1.0 #162 https://github.com/pkyeck/socket.IO-objc/issues/162
Reply to this email directly or view it on GitHub https://github.com/pkyeck/socket.IO-objc/issues/212#issuecomment-64954951 .
Thanks