Hi,
I have to create an sample code that connect to a socket server, and then be able to send multiple NSString through the socket.
In the begging i start using NSStream objects, but i had a problem to reuse the socket (maybe i'll post another question if the nsstream solution is the best), and when i google socket for iPhone programming, i've found the cocoaAsyncSocket project on google code.
So what's the best???