Nethravathitcs / unitt

Automatically exported from code.google.com/p/unitt
0 stars 0 forks source link

Ios UnittWebSocketClient on to use SSL, how to configure the client and the server? #42

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by ilisheng...@gmail.com on 17 Apr 2012 at 8:21

GoogleCodeExporter commented 8 years ago
What server are you using?

Original comment by joshuadmorris@gmail.com on 26 Apr 2012 at 3:58

GoogleCodeExporter commented 8 years ago
ngixpushstream use

Original comment by ilisheng...@gmail.com on 2 May 2012 at 5:03

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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