Fix use-after-free by not removing the dequeued message until after it is sent.
[macgdbp.git] / Source / ProtocolClient.m
2013-06-18 Robert SesekPerform -postReceivedMessage: only in the default mode.
2013-06-18 Robert SesekUse the correct socket for CFStreamCreatePairWithSocket.
2013-06-18 Robert SesekWrite ProtocolClient, the layer that talks XML on top...