Tagged Questions

0
votes
1answer
248 views

Asyncsockets and “silent” disconnections

I've been using cocoaasyncsocket as a client to a Windows .net server using asyncsocket. I am encoding messages using ProtocolBuffers. Together, these make a great set of tools. However recently I ...