KeenClient-iOS icon indicating copy to clipboard operation
KeenClient-iOS copied to clipboard

Remove events from pending list in db when upload is in progress

Open baumatron opened this issue 7 years ago • 0 comments

We should remove the NSCondition in KIOUploader and instead remove events from the pending event queue in the db while they are in flight. That might be moving them to another table, or just storing them in memory along with the request state. Then upon failure, failing events can be marked as pending again if they haven't already retried too many times.

baumatron avatar Jun 08 '17 17:06 baumatron