wong shek hei
wong shek hei
ex is not defined at lib/strategy.js:170 ``` } catch(e) { return self.error(ex); } ```
Hi, basically I was just messing around and did some benchmarking, found some interesting things, so I made some changes. Mostly to do with removing some of the branches and...
[line 611 onwards socketio.m](https://github.com/pkyeck/socket.IO-objc/blob/master/SocketIO.m#L611) ``` objective-c - (void) connection:(NSURLConnection *)connection didFailWithError:(NSError *)error { NSLog(@"ERROR: handshake failed ... %@", [error localizedDescription]); _isConnected = NO; _isConnecting = NO; if ([_delegate respondsToSelector:@selector(socketIO:onError:)]) {...
My server is rejecting a connection to a room in the handshake. I am expecting it to call maybe either onError or disconnectwitherror or something, but nothing was called, but,...