Replies: 1 comment 3 replies
-
Hi @JimCSuen! So basically what you need is to reload the model from "source" (wherever that is) and send it again to the client, is that right? If you need to trigger this behavior from the client, you need to simply send a I hope this helps you with your periodic refresh behavior. |
Beta Was this translation helpful? Give feedback.
-
Sorry for asking another question.
I am struggling to realize a periodic updating logic on the source model file so that the rendering could be real-time updated (no matter according to the source model file or by querying other (e.g., online) resources). I find that most operations or service logic is one-time, temporary, and passively triggered by user activities. I need help with where, which kind of contribution/handler/action/operation, or how, could I use them, to write these kinds of automatic, periodic, and active re-render behavior logic in this delicate framework.
Beta Was this translation helpful? Give feedback.
All reactions