Mike
Mike
Slight progress, not sure how relevant it is: Looking at line 757 of `SocketIO.m`: ``` if (webSocketTransportClass != nil && [transports indexOfObject:@"websocket"] != NSNotFound) { ``` I noticed that if...
The information appears to not be either formatted or parsed correctly: In SocketIO.m: ``` DEBUGLOG(@"connectionDidFinishLoading() %@", responseString); NSArray *data = [responseString componentsSeparatedByString:@":"]; ``` `responseString` is: `97:0{"sid":"xxxxxxxxxxxxxxxxxxxx","upgrades":["websocket"],"pingInterval":25000,"pingTimeout":60000} ` And `data` is...
Same issue here, any resolution?