I'm making a multiplayer game using WCF in c#. There are 2 Clients and one server.
My question is how to implement the following functionality:
ClientA calls server and server Calls ClientB as a callback? is it possible?
What I am trying to do is when ClientA sends message to server server delivers it to ClientB as a callback or whatever way possible.