Closed GoogleCodeExporter closed 9 years ago
What server are you using?
Original comment by joshuadmorris@gmail.com
on 26 Apr 2012 at 3:58
ngixpushstream use
Original comment by ilisheng...@gmail.com
on 2 May 2012 at 5:03
There is a bug in iOS code, the asyncsocket uses delegate callback as,
- (void)onSocketDidSecure:(AsyncSocket *)sock;
But the callback defined in WebSocket.m is a different one. Changing the
signature of callback in websocket.m fixes the connectivity issue
Original comment by gaurav...@gmail.com
on 23 May 2012 at 2:50
Good catch! This is now fixed in RC2 along with a whole host of others.
Original comment by joshuadmorris@gmail.com
on 10 Jun 2012 at 3:03
Original issue reported on code.google.com by
ilisheng...@gmail.com
on 17 Apr 2012 at 8:21