Is it possible to create a function or mechanism that would be called every time the item values are updated? Or even better what values have changed from last time?
Right now the latest data info is updated via repeated pooling from the server. I want to create a mechanism that would send only the changed data via a permanent open connection.
What is your approach on this?
Regards,
R
Right now the latest data info is updated via repeated pooling from the server. I want to create a mechanism that would send only the changed data via a permanent open connection.
What is your approach on this?
Regards,
R

Comment