Tagged Questions
3
votes
3answers
2k views
What's behind the CAsyncSocket assertion problems and “improper argument” errors in my MFC sockets code?
I was asked to look at some code for a friend. (I rightly hesitated due to the MFC and lots of bad code, but he won...)
This is a dialog box based application that uses a CAsyncSocket.
The ...
0
votes
1answer
229 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 ...