You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CocoaAsyncSocket
I'm building an iphone application as a client socket, the client
accessing the server through a socket. then the socket will return the
response continuously.
I use GCDAsyncSocket to do so. I tried using the example program
"ConnectTest" but I do not get any replies from the server.
whereas when I use telnet I get a reply from the server.
can anyone has an example about this.
please help me.