Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. - (void) viewDidLoad
  2. {
  3. [super viewDidLoad];
  4. socketIO = [[SocketIO alloc] initWithDelegate:self];
  5. socketIO.useSecure = YES;
  6.  
  7. [socketIO connectToHost:@"[url]" onPort:443];
  8. }
  9.  
  10. SocketTesterARC[2457:60b] Connecting to socket with URL: https://[url]:443/socket.io/1/?t=1397682804193
  11.  
  12. SocketTesterARC[2457:60b] didReceiveResponse() 400
  13. SocketTesterARC[2457:60b] ERROR: handshake failed ... Server returned status code 400
  14.  
  15. SocketTesterARC[2457:60b] onError() Error Domain=SocketIOError Code=-6 "Error Domain=SocketIOError Code=400 "Server returned status code 400" UserInfo=0x1780718c0 {NSLocalizedDescription=Server returned status code 400}" UserInfo=0x178072740 {NSLocalizedDescription=Error Domain=SocketIOError Code=400 "Server returned status code 400" UserInfo=0x1780718c0 {NSLocalizedDescription=Server returned status code 400}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement