Can server send message to client through NSConnection
Can server send message to client through NSConnection
- Subject: Can server send message to client through NSConnection
- From: email@hidden
- Date: Wed, 28 Nov 2001 10:28:07 -0700
Hello all,
For NSConnection in documentation, it seems only client application can
send message(defined in protocol for proxy) to server application
through proxy it get for server application. But my situation is the
server application will obtain some data from time to time, and I hope
server application will send the data to client application as soon as
it get these data instead of client application keep asking about the
data(sometimes server may have, sometimes may not). That is, can server
send message to client when the data is ready?
Thanks very much for any help!
Fei