my problem is that i am trying to write a program that sends data to clients via wcf.
i have read a lot about it and finally i saw this topic in code project: http://www.codeproject.com/Articles/34333/Topic-based-publish-subscribe-design-pattern-imp
i have implemented it so it will be good to my needs. the problems are:
- i have multiple clients and there is some messages that i need to notify only one client and not all of them.
- sometimes i want my client to receive a message from the server,do something and then reply another message to the server
thanks ahead for the help