Cocoa + Networking

Jkel

Registered
Anyone else than me having problems writing network apps with a Cocoa front end? No matter how much I try, I always seem to get to the point where my app connects fine, sends data over a port perfectly, BUT it only gets the *first* response from the other end... This is using OpenTransport. I did try using sockets a'la UNIX, it works but it's not optimal. Has anyone else gotten this (very weird) problem? -> has it been solved? -> how?

/Johan Lindberg
 
Allright... I'm just posting this for those of you with the same problem. I really do suggest any of you who wants networking in your cocoa app to use OmniNetworking. It's so easy to use it's almost embarrasing. You can download the source code for the frameworks on Omni's website, if you are using PB 2.0 you'll need to get the file http://www.omnigroup.com/~bungi/OBUtilities.h for the OmniBase framework.

/J.
 
Back
Top