WCF Publish/Subscribe and using callbacks to send data to specific users
- by manemawanna
Hello thanks for looking,
I'm working on a project at the moment and have become a little stuck. I'm creating a client server app, which allows a client to subscribe to the server to have messages forwarded to it.
The issue I'm having is that when the client subscribes I wish for them to only recieve updates that relate to them. The system…