site_archiver@lists.apple.com Delivered-To: macnetworkprog@lists.apple.com I find it odd that there's very little documentation for CFSocket. I am able to get the socket to connect to the server. When I call CFSocketIsValid(...) it returns true. Neither seems to make a difference. Are there any ideas of what I might be missing? Thanks in advance. -- gbeggs1@mts.net http://www.mts.net/~gbeggs1/ _______________________________________________ Do not post admin requests to the list. They will be ignored. Macnetworkprog mailing list (Macnetworkprog@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/macnetworkprog/site_archiver%40lists.... I'm trying to use it to update my newsreader (NNTP) client from OpenTransport. LittleSnitch confirms that I'm connecting to the server that I want on the port that I want. However, my callback doesn't get called once. I'm using kCFSocketDataCallBack | kCFSocketWriteCallBack for the types of callbacks I want. I don't receive any data from the server. I've tried using CFSocketCreateConnectedToSocketSignature to create the socket and connect in one step. I've also tried CFSocketCreate then call CFSocketConnectToAddress for two steps. This email sent to site_archiver@lists.apple.com
participants (1)
-
Gerry Beggs