I am trying to port my app to iOS5. I am using a TCP connection to a server via CFSockets. My problem now is the conversion (cast) from CFReadStreamRef to NSInputStream (same wi
Managing Toll-Free Bridging states very clearly that you should use something like this:
NSInputStream *iStream = objc_unretainedObject(readStream);