I'm now starting to implement in Datasnap. I searched a lot but I did not find a solution, maybe because of my inexperience, I was letting something very simple go by.
I need to find a way to send a message to the clients connected to the server. For example, I want to warn such a client that they need to update, terminate their connection, or who may display a message on the user's screen.
I have read several articles and downloaded several examples about Callback, but from what I could understand, at least in the examples, is that only the client calls the Callback, he requests the server and the server responds, I have to do the opposite, it is possible ?
Thankful