Open
Description
Details of Customer Keen IO Integration:
We are using Keen Library v3.5.5. We are not overriding keen.timestamp and are calling self.keenClient.uploadWithFinishedBlock when our app enters background mode.
Customer reports seeing duplicates around 25-35%. We can confirm that events with the exact same payload are being 'generated' twice i.e. with different values for keen.created_at.
This may be similar to Issue #156, but unsure whether uploadWithFinishedBlock is being called successively.
Opening the issue here so that we can collect more information in terms of trying to replicate the problem.