OpenSeizureDetector / Android_Pebble_SD

The main OpenSeizureDetector Android App, that is published on the Android Play Store.
http://openseizuredetector.org.uk
GNU General Public License v3.0
9 stars 14 forks source link

Version 4.x sometimes uploads a large number of events #52

Closed jones139 closed 2 years ago

jones139 commented 2 years ago

It did this when I was getting errors creating remote events - it kept re-trying and created a new event at each re-try. I also think it could happen if there is network interruption and a timeout during event creation - need to add a flag that we have an event creation in progress so not to try creating a new one until that finishes.

jones139 commented 2 years ago

Decided not to fix this because we don't want to risk losing real data - we can handle the duplicates in post-processing.