Remoting: getting connected clients
1) How can I determine in server all the clients that are connected?
2) I have three projects (server, client and "shared object"). One method in shared object causes an event to be triggered. How do I know, who fired the method?
The scenario is : one client is sending data, that is to be shared to all connected clients, but they should know, who sent the data.