
Dec. 1, 2005
2:06 a.m.
On Thu, Dec 01, 2005 at 10:35:56AM +0800, Xu Ryan wrote:
Thank you, but ClientCreator is seems just send message for once?? My app need connect with auth info, then send a command and request the return value. Can i use ClientCreator?
ClientCreator is simply an easy way to establish a single connection to a server. It has nothing to do with what happens to the connection after that; that's what the Protocol does. I can't really give you any more specific help without more information about your problem. -Andrew.