Hello,
I have an app under xamarin android who call a controller in http and get some information ..
All works fine BUT sometimes we notice we have the same call in the same hour / sec
For to resume, inside the controller i have a log who trace the begin of the call and the end of the call
And i don't know why but sometimes for the same device , the call http is like DUPLICATE multiple time ...
Any idea about how to solve this ?
thanks