Writing Your Own Protocol With NSURLProtocol
I have an application in development which requires me to interact with a server that uses a stateful protocol over a persistent connection to transfer messages over the wire. This is definitely not a trivial application to write, even though the UI itself is very simple. The Problem Stateful protocols [...]
Read »
Leave a Reply