You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
submitAllRecords is long run method because it sends cached data to server through http connection.
When I invoke this method and internet connectivity is poor It runs more than a minute.
During this time the service had been killed by the android system and all sending data was lost.
When I checked the submitAllRecords method I noticed that you firstly remove data from cache and if it sends unsuccesfuly you return it back to the cache after some time.
Caching data is very sensetive operation and I cannot loose it during the killing of service.
Please remove cached records only when you will understand that the data send correctly or it is invalid.
This is good feedback, this fix will be released in the next version of the Android SDK. However I cannot make a definite promise on when the next release will be.
submitAllRecords is long run method because it sends cached data to server through http connection.
When I invoke this method and internet connectivity is poor It runs more than a minute.
During this time the service had been killed by the android system and all sending data was lost.
When I checked the submitAllRecords method I noticed that you firstly remove data from cache and if it sends unsuccesfuly you return it back to the cache after some time.
Caching data is very sensetive operation and I cannot loose it during the killing of service.
Please remove cached records only when you will understand that the data send correctly or it is invalid.
The text was updated successfully, but these errors were encountered: