sambux1 / opps-client

Online Privacy-Protected Synthesizer Client Plugin
MIT License
0 stars 0 forks source link

Uploads Duplicated with Different Tags #4

Open sambux1 opened 3 months ago

sambux1 commented 3 months ago

I'm noticing that every once in a while, a user will send data twice for the same day, and the entire upload will be identical except for the tag. I'm not sure what could be causing this. The fact that the total visits and ciphertexts are identical leads me to believe that the prepareAndSendDataBody function is only being called once, but this makes the differing tags all the more confusing.

The good news is that these duplicates are easy to deduplicate. However, it makes me think there might be something fundamentally going wrong every once in a while, and if it affects tags, it could affect payments.

sambux1 commented 3 months ago

This issue seems to be getting more frequent.