Recently I have a project to collect the ticker(stocks) data, and it will need to refresh frequently example refresh screen every 1 minute.
May I know anyone has the experience to make auto refresh on the client?
Is it possible to use pluging to do auto refresh to the view?
I know it was previously implemented but it was removed.
If you search on the mercurial history you will probably find a version that has it implemented that can be used as source reference for reimplementing it.
Moreover with the redesign of the bus we’ve made for the chat functionality people can now create client side plugins that could call their own code on bus event and thus refresh the current tab (or do anything else).