@Gijs-Mos
I checked the UDP logs for your device and I agree. Your device doesn’t send the messages twice.
If your application end-point doesn’t return to our platform within 1 second we go into a re-try loop to re-deliver the message. We re-try max. 5 times. Every minute ones. If within the period of re-trieng additional messages from other devices arrive they are put into the same post request and delivered as an additional element of the “reports” array. But in this case you would see different serialNumbers and timestamps.
Is it possible that your callback returns sometimes slower than 1 second. In this case our platform would re-deliver the message a second time.
I saw cases where the application end-point didn’t publish the message into a queue for asynchronous processing. It processed the message directly and stored it away into a DB. Sometimes the DB blocked. By the this the response time was bad and the messages have been delivered a second time.
Regards, Roland