0
I am now starting to implement in Datasnap. I searched a lot but I did not find solution, perhaps for my inexperience, I am missing something very simple.
I need to find a way to send a message to the client connected to the server. For example I want to warn such client that it needs to update, terminate its connection or who knows how to display a message on the user screen.
I have read several articles and downloaded several examples about Callback, but as far as I can understand, at least in the examples, is that only the client calls the Callback, it requests the server and the server responds, I need to do the reverse of this, it is possible?
Grateful