MQTT Thing register data multiple times.
I have some Things registered on Thingworx, they all have a subscription (defined on the Template) on payload DataChange that change all the other properties based on the payload.
I set QOS on 2 and by default the mqtt thing receive exactly 1 message every minute by the server.
The problem is, when I look at the QueryPropertyHistory i see triple or even quadruple data:
if I send ONE message at 15:30 and look at QueryPropertyHistory I see 3 or 4 events with timestamps at 15:30:00.001, 15:30:00.002, 15:30:00.003.
It's like the subscription happens multiple times for some reason I can't understand.
It's annoying because it takes space for no reason and it's a mess when I bind it to a time chart Widget
Has anyone ever run into this problem too?

