ABTSoftware / SciChart.Xamarin.Examples

Examples and Tutorials SciChart Xamarin.Android and Xamarin.iOS Charts
www.scichart.com
MIT License
16 stars 11 forks source link

Intermittent issue with Tutorial6 (realtime updates). #3

Open gautam1168 opened 6 years ago

gautam1168 commented 6 years ago

I have setup the tutorial with trial liscence. When running tutorial 6 using android emulator the graph gets stuck (stops updating) some times. If I add a print statement in the timer that updates the data then I can see that when this happens, the logs also stop. Meaning that for some reason the timer function stops executing. Note that if I stop the app and redeploy it then it starts working (with 50 50 chances). What am I doing wrong?

andyb1979 commented 6 years ago

Hi there, does the same issue occur on a physical device? Emulators are not known for best performance!

gautam1168 commented 6 years ago

Hello. Yes, unfortunately, this is also happening when I deploy to a real android device (Samsung J7).