0
moustafa created
3 Answer(s)
-
0
hi,
it's normal behaviour. World map gets data every 3 seconds from host to refresh map.
-
0
how that considered as normal behavior as it continued to refresh even you left the dashboard page?
-
0
Hi @moustafa,
That is not normal of course. There was a similar problem and we have fixed it, you can check it here <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/blob/master/angular/src/app/main/dashboard/dashboard.component.ts#L62">https://github.com/aspnetzero/aspnet-ze ... ent.ts#L62</a>.
Timer must be stopped when you leave dashboard page.
Thanks.