Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Do
-
None
-
None
Description
The TSocketServer in the Cocoa library currently closes the connection after every message. A symptom of this is that if you run the C++ TestClient against the Objective-C server only the first test actually executes.
It probably should call -readInBackgroundAndNotify on the file handle to react to further messages from the client, but that also requires implementing some scheme for managing the client sockets.