I tried to run the chat demo and use IOS to connect , and got this handshake error:
"ERROR: handshake failed ... The request timed out"
I use the pomelo chat server from pomelo site, using port 3014 with localhost.
here what I got:
Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo=0x6c723c0 {NSErrorFailingURLStringKey=http://127.0.0.1:3014/socket.io/1/?t=16807, NSErrorFailingURLKey=http://127.0.0.1:3014/socket.io/1/?t=16807, NSLocalizedDescription=The request timed out., NSUnderlyingError=0x6c72400 "The request timed out."}
I run it with web app and it is ok, but not IOS. any idea?
I tried to run the chat demo and use IOS to connect , and got this handshake error:
"ERROR: handshake failed ... The request timed out"
I use the pomelo chat server from pomelo site, using port 3014 with localhost.
here what I got:
Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo=0x6c723c0 {NSErrorFailingURLStringKey=http://127.0.0.1:3014/socket.io/1/?t=16807, NSErrorFailingURLKey=http://127.0.0.1:3014/socket.io/1/?t=16807, NSLocalizedDescription=The request timed out., NSUnderlyingError=0x6c72400 "The request timed out."}
I run it with web app and it is ok, but not IOS. any idea?