Is it possible to fire event from service to connected clients without request from client? (I know, if I use client request I could use callback)
I store object in the service with some actual state. State of this object can change very often. First method: I can send request to this service every second, but I suppose they are better ways.
I thought about event called by wcfservice itself - possible?